From eb376786801860afafcd79180f18ae98c8b08c32 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 6 Feb 2013 15:51:38 -0800 Subject: [PATCH] Removed cruft variable assignment. Change-Id: Ifb075fe53a220fea56f2f0e39906f4e4807fa891 --- maintenance/nextJobDB.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/nextJobDB.php b/maintenance/nextJobDB.php index 6606375dfa..fc3893840b 100644 --- a/maintenance/nextJobDB.php +++ b/maintenance/nextJobDB.php @@ -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; -- 2.20.1