From: Platonides Date: Tue, 28 Dec 2010 18:15:48 +0000 (+0000) Subject: This precondition is no longer needed after r78393 X-Git-Tag: 1.31.0-rc.0~33031 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=8c876f45e4d39c5244e4c71ebd89b6ed454810a0;p=lhc%2Fweb%2Fwiklou.git This precondition is no longer needed after r78393 --- diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index 3dad62df50..6192a1ec05 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -81,8 +81,6 @@ class ParserCache { * Used to provide a unique id for the PoolCounter. * It would be preferable to have this code in get() * instead of having Article looking in our internals. - * - * Precondition: $article->checkTouched() has been called. */ public function getKey( $article, $popts, $useOutdated = true ) { global $wgCacheEpoch;