From: Joey Hess Date: Sun, 30 Dec 2007 19:57:33 +0000 (-0500) Subject: I *think* that this comment is out of date. X-Git-Tag: 2.17~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c3eec7fdf016247490e387e16a4afa569576afd4 I *think* that this comment is out of date. --- diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 13c697dcc..37939245c 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -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) {