Removed unused $dbw variable and connection
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 13 Aug 2013 07:42:09 +0000 (00:42 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 13 Aug 2013 07:42:09 +0000 (00:42 -0700)
Change-Id: I47060139fe762257847f482d24bd284fe6123452

maintenance/runJobs.php

index 9dac031..929c2fd 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();