Merge "Made runJobs.php respect time limits better and try to bail before OOMs"
[lhc/web/wiklou.git] / maintenance / runJobs.php
index 5eb779c..52f0462 100644 (file)
@@ -73,7 +73,6 @@ class RunJobs extends Maintenance {
                $startTime = time();
                $type = $this->getOption( 'type', false );
                $wgTitle = Title::newFromText( 'RunJobs.php' );
-               $dbw = wfGetDB( DB_MASTER );
                $jobsRun = 0; // counter
 
                $group = JobQueueGroup::singleton();