Dead code

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-06-17 12:51:44 -04:00
parent 10e1978d92
commit 65fd429e3c

View File

@ -1049,7 +1049,6 @@ function PMA_buildSQL($db_name, &$tables, &$analyses = null,
}
/* Create SQL code to create the tables */
$tempSQLStr = "";
$num_tables = count($tables);
for ($i = 0; $i < $num_tables; ++$i) {
$num_cols = count($tables[$i][COL_NAMES]);