about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-08 21:42:12 +0000
committerEric Wong <e@80x24.org>2019-10-09 06:43:23 +0000
commit789f1c6718481eec59a8c7add6025b8e85040aa9 (patch)
treefdbc3d3be83f9cda54a83e392269f1734538d65b
parent34d99b28c1cbfb15ed8bab10a44dacebc46f5008 (diff)
downloadpublic-inbox-789f1c6718481eec59a8c7add6025b8e85040aa9.tar.gz
We rely on Inbox::mm nowadays.
-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 {