I *think* that this comment is out of date.

master
Joey Hess 2007-12-30 14:57:33 -05:00
parent d65b39fdcb
commit c3eec7fdf0
1 changed files with 0 additions and 2 deletions

View 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) {