Remove unused private property LinkCache::$mClassVer
authorKevin Israel <pleasestand@live.com>
Fri, 25 Sep 2015 09:56:44 +0000 (05:56 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 25 Sep 2015 11:54:02 +0000 (07:54 -0400)
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

index 56c9256..3db84a6 100644 (file)
  * @ingroup Cache
  */
 class LinkCache {
-       // Increment $mClassVer whenever old serialized versions of this class
-       // becomes incompatible with the new version.
-       private $mClassVer = 5;
-
        /**
         * @var MapCacheLRU
         */