Remove unused private SiteStats::$groupMemberCounts
authoraddshore <addshorewiki@gmail.com>
Sun, 3 Apr 2016 08:07:58 +0000 (11:07 +0300)
committerReedy <reedy@wikimedia.org>
Sun, 3 Apr 2016 08:38:04 +0000 (08:38 +0000)
Change-Id: I7839a644bca2829098e5ce5d844db667b6d16b26

includes/SiteStats.php

index 74c2997..acd5262 100644 (file)
@@ -36,9 +36,6 @@ class SiteStats {
        /** @var int[] */
        private static $pageCount = [];
 
-       /** @var int[] */
-       private static $groupMemberCounts = [];
-
        static function recache() {
                self::load( true );
        }