From 93f49ab1f8dfaa1926d7e8722620bf318a38a5bf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 29 May 2014 12:24:33 -0400 Subject: [PATCH] Unused code Signed-off-by: Marc Delisle --- libraries/Table.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 49154f3998..2fda80be91 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -913,7 +913,6 @@ class PMA_Table /* Generate query back */ $sql_structure = PMA_SQP_format($parsed_sql, 'query_only'); // If table exists, and 'add drop table' is selected: Drop it! - $drop_query = ''; if (isset($_REQUEST['drop_if_exists']) && $_REQUEST['drop_if_exists'] == 'true' ) {