From c76e7c8c463ff2ff82802af9d2db45e451e99393 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 27 Aug 2015 15:13:58 -0400 Subject: [PATCH] Remove unused code Signed-off-by: Marc Delisle --- .../controllers/TableChartController.class.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/libraries/controllers/TableChartController.class.php b/libraries/controllers/TableChartController.class.php index 807a5da0df..ab4b6b9f49 100644 --- a/libraries/controllers/TableChartController.class.php +++ b/libraries/controllers/TableChartController.class.php @@ -122,19 +122,6 @@ class TableChartController extends TableController ); $url_params['back'] = 'sql.php'; include 'libraries/db_common.inc.php'; - - list( - $tables, - $num_tables, - $total_num_tables, - $sub_part, - $is_show_stats, - $db_is_system_schema, - $tooltip_truename, - $tooltip_aliasname, - $pos - ) = PMA_Util::getDbInfo($db, isset($sub_part) ? $sub_part : ''); - } else { $url_params['goto'] = PMA_Util::getScriptNameForOption( $this->cfg['DefaultTabServer'], 'server'