]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/aggregate.pm
I *think* that this comment is out of date.
[ikiwiki.git] / IkiWiki / Plugin / aggregate.pm
index 13c697dcc3c1d568cdd1cda90dd479fbe007f650..37939245c6ab957b25142a16f87242031777a15f 100644 (file)
@@ -168,8 +168,6 @@ sub savestate () { #{{{
        eval q{use HTML::Entities};
        error($@) if $@;
        my $newfile="$config{wikistatedir}/aggregate.new";
-       # TODO: This cleanup function could use improvement. Any newly
-       # aggregated files are left behind unrecorded, and should be deleted.
        my $cleanup = sub { unlink($newfile) };
        open (OUT, ">$newfile") || error("open $newfile: $!", $cleanup);
        foreach my $data (values %feeds, values %guids) {