X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FInbox.pm;h=b2b0b56fdd31f55795e9e11d3543dd06834f856e;hb=f1c9ad532f8dd46df172cfde85329a6e00ed1eab;hp=407751c30637c7b3988b051140bbdc16a385cf0c;hpb=3c7c389f514f9123667926af1613b5c79833085c;p=public-inbox.git diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm index 407751c3..b2b0b56f 100644 --- a/lib/PublicInbox/Inbox.pm +++ b/lib/PublicInbox/Inbox.pm @@ -22,9 +22,6 @@ my $CLEANUP = {}; # string(inbox) -> inbox sub git_cleanup ($) { my ($self) = @_; my $git = $self->{git} or return; - if (my $async_cat = delete $self->{async_cat}) { - $async_cat->close; - } $git->cleanup; }