Merge "Use english messages for background use of Status::getWikiText"
[lhc/web/wiklou.git] / 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 );
        }