about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoTree.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepoTree.pm')
-rw-r--r--lib/PublicInbox/RepoTree.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepoTree.pm b/lib/PublicInbox/RepoTree.pm
index 4c6ed840..3a848c6f 100644
--- a/lib/PublicInbox/RepoTree.pm
+++ b/lib/PublicInbox/RepoTree.pm
@@ -51,7 +51,6 @@ sub tree_show { # git check_async callback
         my ($oid, $type, $size, $ctx) = @_;
         return find_missing($ctx) if $type eq 'missing';
 
-        open $ctx->{lh}, '<', \(my $dbg_log = '') or die "open(scalar): $!";
         my $res = [ $ctx->{git}, $oid, $type, $size ];
         my ($bn) = ($ctx->{-path} =~ m!/?([^/]+)\z!);
         if ($type eq 'blob') {