Followup r79470, removed unused variable
authorSam Reed <reedy@users.mediawiki.org>
Sun, 2 Jan 2011 04:46:41 +0000 (04:46 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 2 Jan 2011 04:46:41 +0000 (04:46 +0000)
includes/api/ApiQueryRevisions.php

index 6c1581a..c6a7574 100644 (file)
@@ -482,8 +482,6 @@ class ApiQueryRevisions extends ApiQueryBase {
                                $articleObj = new Article( $title );
 
                                $p_result = $articleObj->getParserOutput();
-                               $pcache = ParserCache::singleton();
-
                                $text = $p_result->getText();
                        }
                        ApiResult::setContent( $vals, $text );