about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/ExtMsg.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm
index 167dc5e5..47f00b5e 100644
--- a/lib/PublicInbox/ExtMsg.pm
+++ b/lib/PublicInbox/ExtMsg.pm
@@ -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 {