From: Sam Reed Date: Sun, 2 Jan 2011 04:46:41 +0000 (+0000) Subject: Followup r79470, removed unused variable X-Git-Tag: 1.31.0-rc.0~32892 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=dcc3dae441815422e4647e1774b45a7a7e571ad9;p=lhc%2Fweb%2Fwiklou.git Followup r79470, removed unused variable --- 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 );