Merge "Remove unused and undocumented $wgUseMasterForMaintenance"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 14 Jun 2016 16:57:54 +0000 (16:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 14 Jun 2016 16:57:54 +0000 (16:57 +0000)
maintenance/update.php

index 775fa7b..0103189 100755 (executable)
@@ -25,7 +25,6 @@
  * @ingroup Maintenance
  */
 
-$wgUseMasterForMaintenance = true;
 require_once __DIR__ . '/Maintenance.php';
 
 /**