From ed7d87d98cec603a87f9f2f52dbab5c7c7fb2f4e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 3 Jul 2006 16:30:46 +0000 Subject: [PATCH] As we say on Wikipedia, might it not have been easier to fix it, rather than complain about it? --- includes/JobQueue.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/JobQueue.php b/includes/JobQueue.php index 3718b9e679..746cf5de77 100644 --- a/includes/JobQueue.php +++ b/includes/JobQueue.php @@ -235,9 +235,6 @@ class RefreshLinksJob extends Job { global $wgParser; wfProfileIn( __METHOD__ ); - # FIXME: $dbw never used. - $dbw =& wfGetDB( DB_MASTER ); - $linkCache =& LinkCache::singleton(); $linkCache->clear(); -- 2.20.1