From: Sam Reed Date: Thu, 19 Jan 2012 14:17:22 +0000 (+0000) Subject: Remove unused globals X-Git-Tag: 1.31.0-rc.0~25185 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=33772106a3fea08332d524249739b6abd22e0a8b;p=lhc%2Fweb%2Fwiklou.git Remove unused globals Remove pointless continue; Clearing up w/c --- 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; } } }