From 8a0ae85e0fd5aab7b714718f9aef2190cad9e388 Mon Sep 17 00:00:00 2001 From: addshore Date: Sun, 3 Apr 2016 11:07:58 +0300 Subject: [PATCH] Remove unused private SiteStats::$groupMemberCounts Change-Id: I7839a644bca2829098e5ce5d844db667b6d16b26 --- includes/SiteStats.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/SiteStats.php b/includes/SiteStats.php index 74c2997525..acd5262b0e 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -36,9 +36,6 @@ class SiteStats { /** @var int[] */ private static $pageCount = []; - /** @var int[] */ - private static $groupMemberCounts = []; - static function recache() { self::load( true ); } -- 2.20.1