From 38d63a73a13ffc4fd1c6dbea53b0aa4ab0e679ce Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 1 Apr 2016 20:41:59 +0100 Subject: [PATCH] ApiPageSet::finishPageSetGeneration() was removed Bug:T122754 Change-Id: I106f37f5f83e30222a602d88704069ceccc91a29 --- RELEASE-NOTES-1.27 | 1 + includes/api/ApiPageSet.php | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index b3408f8df9..1d62877a65 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -113,6 +113,7 @@ HHVM 3.1. * 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 6bab762aff..f278989544 100644 --- a/includes/api/ApiPageSet.php +++ b/includes/api/ApiPageSet.php @@ -747,14 +747,6 @@ class ApiPageSet extends ApiBase { } } - /** - * 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. -- 2.20.1