about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/LeiOverview.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiOverview.pm b/lib/PublicInbox/LeiOverview.pm
index 01556273..f6348162 100644
--- a/lib/PublicInbox/LeiOverview.pm
+++ b/lib/PublicInbox/LeiOverview.pm
@@ -203,7 +203,6 @@ sub ovv_each_smsg_cb { # runs in wq worker usually
         }
         $lei->{ovv_buf} = \(my $buf = '') if !$l2m;
         if ($l2m && !$ibxish) { # remote https?:// mboxrd
-                my $g2m = $l2m->can('git_to_mail');
                 my $wcb = $l2m->write_cb($lei);
                 sub {
                         my ($smsg, undef, $eml) = @_; # no mitem in $_[1]