Merge "Use PHP 7 '<=>' operator in 'sort()' callbacks"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index a9cad25..232e7cf 100644 (file)
@@ -3150,17 +3150,6 @@ function wfGetMessageCacheStorage() {
        return ObjectCache::getInstance( $wgMessageCacheType );
 }
 
-/**
- * Get the cache object used by the parser cache
- *
- * @deprecated since 1.30, use MediaWikiServices::getParserCache()->getCacheStorage()
- * @return BagOStuff
- */
-function wfGetParserCacheStorage() {
-       global $wgParserCacheType;
-       return ObjectCache::getInstance( $wgParserCacheType );
-}
-
 /**
  * Call hook functions defined in $wgHooks
  *