This precondition is no longer needed after r78393
authorPlatonides <platonides@users.mediawiki.org>
Tue, 28 Dec 2010 18:15:48 +0000 (18:15 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 28 Dec 2010 18:15:48 +0000 (18:15 +0000)
includes/parser/ParserCache.php

index 3dad62d..6192a1e 100644 (file)
@@ -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;