Removed cruft variable assignment.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 6 Feb 2013 23:51:38 +0000 (15:51 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 6 Feb 2013 23:51:38 +0000 (15:51 -0800)
Change-Id: Ifb075fe53a220fea56f2f0e39906f4e4807fa891

maintenance/nextJobDB.php

index 6606375..fc38938 100644 (file)
@@ -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;