From b0c3fc9fe6be829f5c6e3a86662278c39f4f2469 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 6 May 2011 20:35:52 +0000 Subject: [PATCH] Remove install-utils.inc marked for 1.19 removal --- maintenance/doMaintenance.php | 1 - maintenance/install-utils.inc | 37 ----------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 maintenance/install-utils.inc diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 0818158df9..a82f6de1f4 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -106,7 +106,6 @@ if ( $maintenance->getDbType() === Maintenance::DB_ADMIN && $maintenance->finalSetup(); // Some last includes require_once( MWInit::compiledPath( 'includes/Setup.php' ) ); -require_once( MWInit::compiledPath( 'maintenance/install-utils.inc' ) ); // Much much faster startup than creating a title object $wgTitle = null; diff --git a/maintenance/install-utils.inc b/maintenance/install-utils.inc deleted file mode 100644 index 70130330db..0000000000 --- a/maintenance/install-utils.inc +++ /dev/null @@ -1,37 +0,0 @@ -sourceFile( $fname ); - if ( $error !== true ) { - print $error; - exit( 1 ); - } -} -- 2.20.1