From dcc3dae441815422e4647e1774b45a7a7e571ad9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 2 Jan 2011 04:46:41 +0000 Subject: [PATCH] Followup r79470, removed unused variable --- includes/api/ApiQueryRevisions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/api/ApiQueryRevisions.php b/includes/api/ApiQueryRevisions.php index 6c1581ad52..c6a7574dc5 100644 --- a/includes/api/ApiQueryRevisions.php +++ b/includes/api/ApiQueryRevisions.php @@ -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 ); -- 2.20.1