From: Sam Reed Date: Fri, 6 May 2011 23:15:01 +0000 (+0000) Subject: HTMLCacheUpdate->invalidate() deprecated since 1.16, unused X-Git-Tag: 1.31.0-rc.0~30358 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c444d03a0e2c7644bc3bf2bbe427756ac610b6d4;p=lhc%2Fweb%2Fwiklou.git HTMLCacheUpdate->invalidate() deprecated since 1.16, unused --- diff --git a/includes/cache/HTMLCacheUpdate.php b/includes/cache/HTMLCacheUpdate.php index a469eaf93c..d923bc0190 100644 --- a/includes/cache/HTMLCacheUpdate.php +++ b/includes/cache/HTMLCacheUpdate.php @@ -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 */