From: Siebrand Mazeland Date: Sat, 11 Jan 2014 18:53:09 +0000 (+0100) Subject: Remove deprecated Article::forUpdate() X-Git-Tag: 1.31.0-rc.0~17222^2~3 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=21903840aa5199815578bf34f28f28cd64cc6728;p=lhc%2Fweb%2Fwiklou.git Remove deprecated Article::forUpdate() Was deprecated in 1.18. No uses found in core or Gerrit extensions. Change-Id: I2e145c323f645f963c8e07e1c9f25de9d2839ad7 --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index dbe598cf0c..fd76c82923 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -208,6 +208,7 @@ changes to languages because of Bugzilla reports. * ApiBase::getValidNamespaces() (deprecated in 1.17) * ApiMain::setCachePrivate() (deprecated in 1.17) * ApiMain::setVaryCookie (deprecated in 1.17) +* Article::forUpdate() (deprecated in 1.18) * CategoryViewer::addSubcategory() (deprecated in 1.17) * EditPage::spamPage() (deprecated since 1.17) * Exif::getFormattedData() (deprecated in 1.18) diff --git a/includes/Article.php b/includes/Article.php index ce6407ae96..dc4198f739 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -460,14 +460,6 @@ class Article implements Page { return $this->mContentObject; } - /** - * No-op - * @deprecated since 1.18 - */ - public function forUpdate() { - wfDeprecated( __METHOD__, '1.18' ); - } - /** * Returns true if the currently-referenced revision is the current edit * to this page (and it exists).