Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280964

Change subject: ApiPageSet::finishPageSetGeneration() was removed
......................................................................

ApiPageSet::finishPageSetGeneration() was removed

Bug:T122754
Change-Id: I106f37f5f83e30222a602d88704069ceccc91a29
---
M RELEASE-NOTES-1.27
M includes/api/ApiPageSet.php
2 files changed, 1 insertion(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/280964/1

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index b3408f8..1d62877 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -113,6 +113,7 @@
 * ApiMain::addModule() was removed (deprecated in 1.21).
 * ApiMain::addFormat() was removed (deprecated in 1.21).
 * ApiMain::getFormats() was removed (deprecated in 1.21).
+* ApiPageSet::finishPageSetGeneration() was removed (deprecated in 1.21).
 
 === New features in 1.27 ===
 * $wgDataCenterUpdateStickTTL was also added. This decides how long a user
diff --git a/includes/api/ApiPageSet.php b/includes/api/ApiPageSet.php
index 6bab762..f278989 100644
--- a/includes/api/ApiPageSet.php
+++ b/includes/api/ApiPageSet.php
@@ -748,14 +748,6 @@
        }
 
        /**
-        * Do not use, does nothing, will be removed
-        * @deprecated since 1.21
-        */
-       public function finishPageSetGeneration() {
-               wfDeprecated( __METHOD__, '1.21' );
-       }
-
-       /**
         * This method populates internal variables with page information
         * based on the given array of title strings.
         *

-- 
To view, visit https://gerrit.wikimedia.org/r/280964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I106f37f5f83e30222a602d88704069ceccc91a29
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to