Index: trunk/phase3/includes/cache/HTMLCacheUpdate.php |
— | — | @@ -154,15 +154,6 @@ |
155 | 155 | } |
156 | 156 | |
157 | 157 | /** |
158 | | - * Invalidate a range of pages, right now |
159 | | - * @deprecated since 1.16 |
160 | | - */ |
161 | | - public function invalidate( $startId = false, $endId = false ) { |
162 | | - $titleArray = $this->mCache->getLinks( $this->mTable, $startId, $endId ); |
163 | | - $this->invalidateTitles( $titleArray ); |
164 | | - } |
165 | | - |
166 | | - /** |
167 | 158 | * Invalidate an array (or iterator) of Title objects, right now |
168 | 159 | */ |
169 | 160 | protected function invalidateTitles( $titleArray ) { |