HTMLCacheUpdate->invalidate() deprecated since 1.16, unused
authorSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 23:15:01 +0000 (23:15 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 23:15:01 +0000 (23:15 +0000)
includes/cache/HTMLCacheUpdate.php

index a469eaf..d923bc0 100644 (file)
@@ -153,15 +153,6 @@ class HTMLCacheUpdate
                Job::batchInsert( $jobs );
        }
 
-       /**
-        * Invalidate a range of pages, right now
-        * @deprecated since 1.16
-        */
-       public function invalidate( $startId = false, $endId = false ) {
-               $titleArray = $this->mCache->getLinks( $this->mTable, $startId, $endId );
-               $this->invalidateTitles( $titleArray );
-       }
-
        /**
         * Invalidate an array (or iterator) of Title objects, right now
         */