From 489370cf072d1310045aefada4fa3c36539bf0d7 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 14 May 2019 16:55:59 +0100 Subject: [PATCH] Remove FileRepoStatus Change-Id: I4712d7cf8177dd3a7b8157d980dacb88a902262c --- RELEASE-NOTES-1.34 | 1 + autoload.php | 1 - includes/filerepo/FileRepoStatus.php | 30 ---------------------------- 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 includes/filerepo/FileRepoStatus.php diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 8ad17a4ba8..c53bb6f39c 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -160,6 +160,7 @@ because of Phabricator reports. * SearchEngine::transformSearchTerm(), deprecated in 1.32, has been removed. * The Block typehint only refers to blocks stored in the database. It should be updated to AbstractBlock in cases where any type of block could be expected. +* FileRepoStatus, deprecated in 1.25, has been removed. * … === Deprecations in 1.34 === diff --git a/autoload.php b/autoload.php index b80efcf631..275d20e886 100644 --- a/autoload.php +++ b/autoload.php @@ -528,7 +528,6 @@ $wgAutoloadLocalClasses = [ 'FileOpBatch' => __DIR__ . '/includes/libs/filebackend/FileOpBatch.php', 'FileOpPerfTest' => __DIR__ . '/maintenance/fileOpPerfTest.php', 'FileRepo' => __DIR__ . '/includes/filerepo/FileRepo.php', - 'FileRepoStatus' => __DIR__ . '/includes/filerepo/FileRepoStatus.php', 'FindDeprecated' => __DIR__ . '/maintenance/findDeprecated.php', 'FindHooks' => __DIR__ . '/maintenance/findHooks.php', 'FindMissingFiles' => __DIR__ . '/maintenance/findMissingFiles.php', diff --git a/includes/filerepo/FileRepoStatus.php b/includes/filerepo/FileRepoStatus.php deleted file mode 100644 index 538e9bc9da..0000000000 --- a/includes/filerepo/FileRepoStatus.php +++ /dev/null @@ -1,30 +0,0 @@ -