summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install6
1 files changed, 0 insertions, 6 deletions
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');