From 3f516b51390e14abef43abad90b980efd9afdec3 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Fri, 25 Sep 2015 05:56:44 -0400 Subject: [PATCH] Remove unused private property LinkCache::$mClassVer This was added in r2084 / c280ef342b64 for a "persistent link cache" feature, which became obsolete in 1.4 and was removed in 1.5. https://www.mediawiki.org/wiki/Manual:$wgEnablePersistentLC Follows-up r9276 / cb45389b9c4d. Change-Id: I2f27d6acc1a1f9a9382a47d56921f570107a7be9 --- includes/cache/LinkCache.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/cache/LinkCache.php b/includes/cache/LinkCache.php index 56c92569ec..3db84a6e75 100644 --- a/includes/cache/LinkCache.php +++ b/includes/cache/LinkCache.php @@ -27,10 +27,6 @@ * @ingroup Cache */ class LinkCache { - // Increment $mClassVer whenever old serialized versions of this class - // becomes incompatible with the new version. - private $mClassVer = 5; - /** * @var MapCacheLRU */ -- 2.20.1