diff --git a/modules/system/system.install b/modules/system/system.install index d0246fbc883d14d2f76eb71ee179760a61799e71..bce67a59eab65e7b62e71cc44f242550255adbea 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');