Remove fixme, done since r53528
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 14 Dec 2009 20:58:41 +0000 (20:58 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 14 Dec 2009 20:58:41 +0000 (20:58 +0000)
maintenance/deleteArchivedFiles.php

index e83edff..3a57573 100644 (file)
@@ -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" );