Remove unused method Title::validateFileMoveOperation()
authorHolger Knust <hknust@wikimedia.org>
Thu, 28 Feb 2019 20:37:40 +0000 (15:37 -0500)
committerLegoktm <legoktm@member.fsf.org>
Mon, 4 Mar 2019 05:14:50 +0000 (05:14 +0000)
commit844f529119b05c7eafccf8514ca109e1f7fb2f8d
tree0ae6c0fb7e6530e1901c31655ada9582e824a436
parent32d5563ca5a6587e3d94fc5f265c25f3249b612d
Remove unused method Title::validateFileMoveOperation()

This method has never been used and isn't covered by the deprecation
policy since it was protected.

Bug: T214316
Change-Id: I96404792e895f12abec048c62c4b70d86a3d8310
includes/Title.php
tests/phpunit/includes/TitleTest.php