From a50f3e7f7acc2cda8237e6addb923b25f7dd0c46 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 Aug 2013 00:42:09 -0700 Subject: [PATCH] Removed unused $dbw variable and connection Change-Id: I47060139fe762257847f482d24bd284fe6123452 --- maintenance/runJobs.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1