Remove dead local var in ApiQueryAllDeletedRevisions
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:47:27 +0000 (21:47 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:47:28 +0000 (21:47 +0200)
Need tools to find these is the methods are that huge >_>

Change-Id: I8571aee1459f318e147fa5b4e740432cdeadbfe1

includes/api/ApiQueryAllDeletedRevisions.php

index 4e4d2af..0da9436 100644 (file)
@@ -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