Index: trunk/phase3/maintenance/deleteArchivedFiles.php |
— | — | @@ -32,10 +32,6 @@ |
33 | 33 | $this->addOption( 'delete', 'Perform the deletion' ); |
34 | 34 | } |
35 | 35 | |
36 | | - /** |
37 | | - * @todo @fixme FSTransaction/FileStore crap needs removing. Does |
38 | | - * not work on trunk |
39 | | - */ |
40 | 36 | public function execute() { |
41 | 37 | if( !$this->hasOption('delete') ) { |
42 | 38 | $this->output( "Use --delete to actually confirm this script\n" ); |