]> git.joonet.de Git - adminer.git/commitdiff
Delete unused variable
authorJakub Vrana <jakub@vrana.cz>
Thu, 1 Feb 2018 12:57:46 +0000 (13:57 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 1 Feb 2018 12:57:46 +0000 (13:57 +0100)
compile.php

index a455b01db74a4dae40c628315e4220ad4d0ac241..9785abff615e860db63bf66a6df1d40f1f648314 100755 (executable)
@@ -354,7 +354,6 @@ $features = array("call" => "routine", "dump", "event", "privileges", "procedure
 $lang_ids = array(); // global variable simplifies usage in a callback function
 $file = file_get_contents(dirname(__FILE__) . "/$project/index.php");
 if ($driver) {
-       $connection = (object) array("server_info" => 5.1); // MySQL support is version specific
        $_GET[$driver] = true; // to load the driver
        include_once dirname(__FILE__) . "/adminer/drivers/$driver.inc.php";
        foreach ($features as $key => $feature) {