From c3eec7fdf016247490e387e16a4afa569576afd4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Dec 2007 14:57:33 -0500 Subject: [PATCH] I *think* that this comment is out of date. --- IkiWiki/Plugin/aggregate.pm | 2 -- 1 file changed, 2 deletions(-) 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) {