From c444d03a0e2c7644bc3bf2bbe427756ac610b6d4 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 6 May 2011 23:15:01 +0000 Subject: [PATCH] HTMLCacheUpdate->invalidate() deprecated since 1.16, unused --- includes/cache/HTMLCacheUpdate.php | 9 --------- 1 file changed, 9 deletions(-) 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 */ -- 2.20.1