From 27769e3fe42fd1cc6116e50cb70ec152b9ab204c Mon Sep 17 00:00:00 2001 From: IoannisKydonis Date: Sun, 17 Jan 2016 12:28:39 +0200 Subject: [PATCH] Remove ParserOutput::hasCustomDataUpdates() Deprecated since 1.25, slated for removal in 1.26 but not done. Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88 --- RELEASE-NOTES-1.27 | 1 + includes/parser/ParserOutput.php | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index d1952c803d..3be3e21703 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -284,6 +284,7 @@ changes to languages because of Phabricator reports. * FileRepo::getRootUrl() was removed (deprecated since 1.20). * User::generateToken() was removed (deprecated since 1.20). * WikiPage::getRawText() was removed (deprecated since 1.21). +* ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25). == Compatibility == diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index e4c287a389..3a35e042a7 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -878,21 +878,6 @@ class ParserOutput extends CacheTime { ); } - /** - * @deprecated since 1.25. - * - * @note Hard deprecation and removal without long deprecation period, since there are no - * known users, but known conceptual issues. - * - * @todo remove in 1.26 - * - * @return bool false (since 1.25) - */ - public function hasCustomDataUpdates() { - wfDeprecated( __METHOD__, '1.25' ); - return false; - } - /** * @deprecated since 1.25. Instead, store any relevant data using setExtensionData, * and implement Content::getSecondaryDataUpdates() if possible, or use the -- 2.20.1