From fd4db7a22b518473bd1786eaca1c9deb17e9d56d Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 6 Mar 2018 17:16:31 +0000 Subject: [PATCH] Drop the ProfileSection class, deprecated in 1.25 and unused Change-Id: I3979f193562bce8252fc8778baaf78bd0d2c1a40 --- RELEASE-NOTES-1.31 | 1 + autoload.php | 1 - includes/profiler/ProfileSection.php | 45 ---------------------------- 3 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 includes/profiler/ProfileSection.php diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 66e4ee4f0f..1747b07278 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -318,6 +318,7 @@ changes to languages because of Phabricator reports. * Title::getTitleInvalidRegex(), deprecated in 1.25, has been removed. You can use MediaWikiTitleCodec::getTitleInvalidRegex() instead. * HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25, have been removed. +* The ProfileSection class, deprecated in 1.25 and unused, has been removed. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported, diff --git a/autoload.php b/autoload.php index 0b0c288ffb..126362c2e6 100644 --- a/autoload.php +++ b/autoload.php @@ -1185,7 +1185,6 @@ $wgAutoloadLocalClasses = [ 'Preprocessor_Hash' => __DIR__ . '/includes/parser/Preprocessor_Hash.php', 'ProcessCacheLRU' => __DIR__ . '/includes/libs/ProcessCacheLRU.php', 'Processor' => __DIR__ . '/includes/registration/Processor.php', - 'ProfileSection' => __DIR__ . '/includes/profiler/ProfileSection.php', 'Profiler' => __DIR__ . '/includes/profiler/Profiler.php', 'ProfilerOutput' => __DIR__ . '/includes/profiler/output/ProfilerOutput.php', 'ProfilerOutputDb' => __DIR__ . '/includes/profiler/output/ProfilerOutputDb.php', diff --git a/includes/profiler/ProfileSection.php b/includes/profiler/ProfileSection.php deleted file mode 100644 index 124e2d3b11..0000000000 --- a/includes/profiler/ProfileSection.php +++ /dev/null @@ -1,45 +0,0 @@ -