From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/filebackend/FileOpBatch.php | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/filebackend/FileOpBatch.php') diff --git a/includes/filebackend/FileOpBatch.php b/includes/filebackend/FileOpBatch.php index b0d83e01..faa13144 100644 --- a/includes/filebackend/FileOpBatch.php +++ b/includes/filebackend/FileOpBatch.php @@ -55,7 +55,6 @@ class FileOpBatch { * @return Status */ public static function attempt( array $performOps, array $opts, FileJournal $journal ) { - $section = new ProfileSection( __METHOD__ ); $status = Status::newGood(); $n = count( $performOps ); -- cgit v1.2.3-54-g00ecf