From 6c590f25efec7abf2053f1acab4939a65762ed88 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 22 May 2009 15:48:54 +0000 Subject: #212233 follow-up by catch: Remove some left-over code after removing SQL status report. --- modules/system/system.install | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index d0246fbc8..bce67a59e 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -109,12 +109,6 @@ function system_requirements($phase) { } } - // Test DB version - global $db_type; - if (function_exists('db_status_report')) { - $requirements += db_status_report($phase); - } - // Test settings.php file writability if ($phase == 'runtime') { $conf_dir = drupal_verify_install_file(conf_path(), FILE_NOT_WRITABLE, 'dir'); -- cgit v1.2.3