From 33772106a3fea08332d524249739b6abd22e0a8b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 19 Jan 2012 14:17:22 +0000 Subject: [PATCH] Remove unused globals Remove pointless continue; Clearing up w/c --- maintenance/cleanupUploadStash.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php index 098a4b4c13..10fb4370c9 100644 --- a/maintenance/cleanupUploadStash.php +++ b/maintenance/cleanupUploadStash.php @@ -74,7 +74,6 @@ class UploadStashCleanup extends Maintenance { $stash->removeFileNoAuth( $key ); } catch ( UploadStashBadPathException $ex ) { $this->output( "Failed removing stashed upload with key: $key\n" ); - continue; } } } -- 2.20.1