aboutsummaryrefslogtreecommitdiffstats
path: root/includes/compat
diff options
context:
space:
mode:
authorKunal Mehta <legoktm@member.fsf.org>2017-08-21 21:38:16 -0700
committerKunal Mehta <legoktm@member.fsf.org>2017-08-21 21:38:16 -0700
commit4c6fd2bc69128c4965689319692edf5bb38ad967 (patch)
tree269cab1415680163d173d92170ea1d434a2e74d6 /includes/compat
parent015b74691b1320c37cef090e209c2794001a6e6f (diff)
downloadmediawikicore-4c6fd2bc69128c4965689319692edf5bb38ad967.tar.gz
mediawikicore-4c6fd2bc69128c4965689319692edf5bb38ad967.zip
Remove RunningStat compat class
Deprecated since 1.27, unused in Wikimedia Git. Change-Id: I0086c1cd945865b10a1e7fcc34c08642db2474af
Diffstat (limited to 'includes/compat')
-rw-r--r--includes/compat/RunningStatCompat.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/includes/compat/RunningStatCompat.php b/includes/compat/RunningStatCompat.php
deleted file mode 100644
index ac82f44d0e53..000000000000
--- a/includes/compat/RunningStatCompat.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @file
- */
-
-/**
- * Backward-compatibility alias for RunningStat, which was moved out
- * into an external library and namespaced.
- *
- * @deprecated since 1.27 use RunningStat\RunningStat directly
- */
-class RunningStat extends RunningStat\RunningStat {
-}