From: Aaron Schulz Date: Tue, 13 Aug 2013 07:42:09 +0000 (-0700) Subject: Removed unused $dbw variable and connection X-Git-Tag: 1.31.0-rc.0~18984^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=a50f3e7f7acc2cda8237e6addb923b25f7dd0c46;p=lhc%2Fweb%2Fwiklou.git Removed unused $dbw variable and connection Change-Id: I47060139fe762257847f482d24bd284fe6123452 --- diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 9dac031c28..929c2fd3ab 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -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();