objectcache: clean up MemcachedBagOStuff expiry handling
[lhc/web/wiklou.git] / includes / MediaWikiServices.php
index fb30199..7fda452 100644 (file)
@@ -68,7 +68,6 @@ use Wikimedia\Services\NoSuchServiceException;
 use MediaWiki\Interwiki\InterwikiLookup;
 use MagicWordFactory;
 use MediaWiki\Storage\PageEditStash;
-use HtmlCacheUpdater;
 
 /**
  * Service locator for MediaWiki core services.
@@ -596,14 +595,6 @@ class MediaWikiServices extends ServiceContainer {
                return $this->getService( 'GenderCache' );
        }
 
-       /**
-        * @return HtmlCacheUpdater
-        * @since 1.34
-        */
-       public function getHtmlCacheUpdater() {
-               return $this->getService( 'HtmlCacheUpdater' );
-       }
-
        /**
         * @since 1.31
         * @return HttpRequestFactory