From: Kunal Mehta Date: Tue, 22 Aug 2017 04:38:16 +0000 (-0700) Subject: Remove RunningStat compat class X-Git-Tag: 1.31.0-rc.0~2337^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=4c6fd2bc69128c4965689319692edf5bb38ad967 Remove RunningStat compat class Deprecated since 1.27, unused in Wikimedia Git. Change-Id: I0086c1cd945865b10a1e7fcc34c08642db2474af --- diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index ce190fdbbb..61bce210e2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -175,6 +175,8 @@ changes to languages because of Phabricator reports. The namespaced classes in the Cdb namespace should be used instead. * IPSet class (deprecated in 1.26) was removed. The namespaced IPSet\IPSet should be used instead. +* RunningStat class (deprecated in 1.27) was removed. The namespaced + RunningStat\RunningStat should be used instead. == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for diff --git a/autoload.php b/autoload.php index 092dbd23a8..250d262ef8 100644 --- a/autoload.php +++ b/autoload.php @@ -1278,7 +1278,6 @@ $wgAutoloadLocalClasses = [ 'RollbackEdits' => __DIR__ . '/maintenance/rollbackEdits.php', 'RowUpdateGenerator' => __DIR__ . '/includes/utils/RowUpdateGenerator.php', 'RunJobs' => __DIR__ . '/maintenance/runJobs.php', - 'RunningStat' => __DIR__ . '/includes/compat/RunningStatCompat.php', 'SVGMetadataExtractor' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', 'SVGReader' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', 'SamplingStatsdClient' => __DIR__ . '/includes/libs/stats/SamplingStatsdClient.php', diff --git a/includes/compat/RunningStatCompat.php b/includes/compat/RunningStatCompat.php deleted file mode 100644 index ac82f44d0e..0000000000 --- a/includes/compat/RunningStatCompat.php +++ /dev/null @@ -1,28 +0,0 @@ -