Remove unused globals
authorSam Reed <reedy@users.mediawiki.org>
Thu, 19 Jan 2012 14:17:22 +0000 (14:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 19 Jan 2012 14:17:22 +0000 (14:17 +0000)
Remove pointless continue;

Clearing up w/c

maintenance/cleanupUploadStash.php

index 098a4b4..10fb437 100644 (file)
@@ -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;
                        }
                }
        }