From: Reedy Date: Sun, 14 Apr 2019 13:52:41 +0000 (+0100) Subject: Remove HWLDFWordAccumulator, deprecated in 1.28 X-Git-Tag: 1.34.0-rc.0~1986^2~1 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=ae031e237eab8e2023d0fe128f9749a8a43ea439 Remove HWLDFWordAccumulator, deprecated in 1.28 Change-Id: I1eb6ba3c4b8b4cbabf26033a27728e42ebcddb23 --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 635152b167..576d60e402 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -87,6 +87,7 @@ because of Phabricator reports. * PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have been removed. * ObjectFactory class, deprecated in 1.31, has been removed. +* HWLDFWordAccumudlator class, deprecated in 1.28, has been removed. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo. diff --git a/autoload.php b/autoload.php index 9bbb13f37a..14bdca264a 100644 --- a/autoload.php +++ b/autoload.php @@ -622,7 +622,6 @@ $wgAutoloadLocalClasses = [ 'HTMLUserTextField' => __DIR__ . '/includes/htmlform/fields/HTMLUserTextField.php', 'HTMLUsersMultiselectField' => __DIR__ . '/includes/htmlform/fields/HTMLUsersMultiselectField.php', 'HTTPFileStreamer' => __DIR__ . '/includes/libs/filebackend/HTTPFileStreamer.php', - 'HWLDFWordAccumulator' => __DIR__ . '/includes/diff/DairikiDiff.php', 'HashBagOStuff' => __DIR__ . '/includes/libs/objectcache/HashBagOStuff.php', 'HashConfig' => __DIR__ . '/includes/config/HashConfig.php', 'HashRing' => __DIR__ . '/includes/libs/HashRing.php', diff --git a/includes/diff/DairikiDiff.php b/includes/diff/DairikiDiff.php index 063f8265c0..4e919bc83c 100644 --- a/includes/diff/DairikiDiff.php +++ b/includes/diff/DairikiDiff.php @@ -326,9 +326,3 @@ class Diff { return $lines; } } - -/** - * @deprecated Alias for WordAccumulator, to be soon removed - */ -class HWLDFWordAccumulator extends MediaWiki\Diff\WordAccumulator { -}