summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 40538d104..8f4a98625 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -749,12 +749,6 @@ function system_menu() {
'access arguments' => array('administer site configuration'),
'type' => MENU_CALLBACK,
);
- $items['admin/reports/status/sql'] = array(
- 'title' => 'SQL',
- 'page callback' => 'system_sql',
- 'access arguments' => array('administer site configuration'),
- 'type' => MENU_CALLBACK,
- );
// Default page for batch operations
$items['batch'] = array(
'page callback' => 'system_batch_page',