Revert "Add small HtmlCacheUpdater service class to normalize purging code"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index d6b4d65..9073de1 100644 (file)
@@ -218,10 +218,6 @@ return [
                return new GenderCache( $services->getNamespaceInfo() );
        },
 
-       'HtmlCacheUpdater' => function ( MediaWikiServices $services ) : HtmlCacheUpdater {
-               return new HtmlCacheUpdater();
-       },
-
        'HttpRequestFactory' =>
        function ( MediaWikiServices $services ) : HttpRequestFactory {
                return new HttpRequestFactory();