]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extmsg: drop unused $have_mm variable
authorEric Wong <e@80x24.org>
Tue, 8 Oct 2019 21:42:12 +0000 (21:42 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 Oct 2019 06:43:23 +0000 (06:43 +0000)
We rely on Inbox::mm nowadays.

lib/PublicInbox/ExtMsg.pm

index 167dc5e5d37fe0e2185d2eccbc47ff6f94263131..47f00b5e3ec179f4167deffd433c56b56b712c25 100644 (file)
@@ -80,7 +80,6 @@ sub ext_msg {
        my $mid = $ctx->{mid};
 
        eval { require PublicInbox::Msgmap };
-       my $have_mm = $@ ? 0 : 1;
        my (@ibx, @found);
 
        $ctx->{www}->{pi_config}->each_inbox(sub {