From: Aaron Schulz Date: Wed, 6 Feb 2013 23:51:38 +0000 (-0800) Subject: Removed cruft variable assignment. X-Git-Tag: 1.31.0-rc.0~20778 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=eb376786801860afafcd79180f18ae98c8b08c32;p=lhc%2Fweb%2Fwiklou.git Removed cruft variable assignment. Change-Id: Ifb075fe53a220fea56f2f0e39906f4e4807fa891 --- diff --git a/maintenance/nextJobDB.php b/maintenance/nextJobDB.php index 6606375dfa..fc3893840b 100644 --- a/maintenance/nextJobDB.php +++ b/maintenance/nextJobDB.php @@ -81,7 +81,6 @@ class nextJobDB extends Maintenance { return; // no DBs with jobs or cache is both empty and locked } - $type = $this->getOption( 'type', false ); $pendingDBs = $pendingDbInfo['pendingDBs']; // convenience do { $again = false;