From: jeroendedauw Date: Mon, 7 Sep 2015 19:47:27 +0000 (+0200) Subject: Remove dead local var in ApiQueryAllDeletedRevisions X-Git-Tag: 1.31.0-rc.0~10091^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=21d213ff013e84f7b423535225819873479d8867;p=lhc%2Fweb%2Fwiklou.git Remove dead local var in ApiQueryAllDeletedRevisions Need tools to find these is the methods are that huge >_> Change-Id: I8571aee1459f318e147fa5b4e740432cdeadbfe1 --- diff --git a/includes/api/ApiQueryAllDeletedRevisions.php b/includes/api/ApiQueryAllDeletedRevisions.php index 4e4d2af73d..0da9436607 100644 --- a/includes/api/ApiQueryAllDeletedRevisions.php +++ b/includes/api/ApiQueryAllDeletedRevisions.php @@ -55,7 +55,6 @@ class ApiQueryAllDeletedRevisions extends ApiQueryRevisionsBase { $result = $this->getResult(); $pageSet = $this->getPageSet(); - $titles = $pageSet->getTitles(); // This module operates in two modes: // 'user': List deleted revs by a certain user