summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/update.php b/update.php
index eb8fe985e..ac594ff85 100644
--- a/update.php
+++ b/update.php
@@ -385,10 +385,6 @@ if (empty($op) && update_access_allowed()) {
// Set up theme system for the maintenance page.
drupal_maintenance_theme();
- // Rebuild the registry to ensure that removed hooks in modules do not result
- // in undefined function errors and that newly defined hooks are called.
- registry_rebuild();
-
// Check the update requirements for Drupal.
update_check_requirements();