aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-30 14:57:33 -0500
committerJoey Hess <joey@kitenet.net>2007-12-30 14:57:33 -0500
commitc3eec7fdf016247490e387e16a4afa569576afd4 (patch)
tree7d209576328c7d392e85f290f95ddc37c74995cc /IkiWiki
parentd65b39fdcbd9e585f8149998fc7c95f8c0079d37 (diff)
downloadikiwiki-c3eec7fdf016247490e387e16a4afa569576afd4.tar
ikiwiki-c3eec7fdf016247490e387e16a4afa569576afd4.tar.gz
I *think* that this comment is out of date.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/aggregate.pm2
1 files changed, 0 insertions, 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) {