Remove HWLDFWordAccumulator, deprecated in 1.28
authorReedy <reedy@wikimedia.org>
Sun, 14 Apr 2019 13:52:41 +0000 (14:52 +0100)
committerReedy <reedy@wikimedia.org>
Sun, 14 Apr 2019 13:52:41 +0000 (14:52 +0100)
Change-Id: I1eb6ba3c4b8b4cbabf26033a27728e42ebcddb23

RELEASE-NOTES-1.34
autoload.php
includes/diff/DairikiDiff.php

index 635152b..576d60e 100644 (file)
@@ -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.
index 9bbb13f..14bdca2 100644 (file)
@@ -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',
index 063f826..4e919bc 100644 (file)
@@ -326,9 +326,3 @@ class Diff {
                return $lines;
        }
 }
-
-/**
- * @deprecated Alias for WordAccumulator, to be soon removed
- */
-class HWLDFWordAccumulator extends MediaWiki\Diff\WordAccumulator {
-}