From e24d42293e5bbad9dfa59ed267dc1431b185ed31 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 14 Dec 2009 20:58:41 +0000 Subject: [PATCH] Remove fixme, done since r53528 --- maintenance/deleteArchivedFiles.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maintenance/deleteArchivedFiles.php b/maintenance/deleteArchivedFiles.php index e83edff609..3a575733fd 100644 --- a/maintenance/deleteArchivedFiles.php +++ b/maintenance/deleteArchivedFiles.php @@ -32,10 +32,6 @@ class DeleteArchivedFiles extends Maintenance { $this->addOption( 'delete', 'Perform the deletion' ); } - /** - * @todo @fixme FSTransaction/FileStore crap needs removing. Does - * not work on trunk - */ public function execute() { if( !$this->hasOption('delete') ) { $this->output( "Use --delete to actually confirm this script\n" ); -- 2.20.1