From 2febbcfe3186c372cfa5f87bb25b9fc727070c34 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 16 Feb 2007 21:35:04 +0000 Subject: [PATCH] unused local var --- includes/SpecialCategories.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index eea2161227..13866a39e3 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -35,7 +35,6 @@ class CategoryPager extends AlphabeticPager { $this->doQuery(); } $batch = new LinkBatch; - $db = $this->mDb; $this->mResult->rewind(); -- 2.20.1