X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Ffilebackend%2FFileOpBatch.php;h=faa131442296315e718fb420b0df845965022005;hb=3de7e73bd0f0ddf5d7c38fd46edfae96d1a64e40;hp=b0d83e01dbb032cf7a9b2d0c73816c6008db8c6a;hpb=1b8657de2ad6c533505f002dba2df8dbe7344bba;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filebackend/FileOpBatch.php b/includes/filebackend/FileOpBatch.php index b0d83e01db..faa1314422 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 );