Remove unused and undocumented $wgUseMasterForMaintenance
[lhc/web/wiklou.git] / maintenance / update.php
index 775fa7b..0103189 100755 (executable)
@@ -25,7 +25,6 @@
  * @ingroup Maintenance
  */
 
-$wgUseMasterForMaintenance = true;
 require_once __DIR__ . '/Maintenance.php';
 
 /**