]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: get rid of some unnecessary imports
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 09:57:57 +0000 (09:57 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 29 Mar 2018 10:02:50 +0000 (10:02 +0000)
We no longer need some of these old subroutines which
assumed a single Message-ID for each message.

lib/PublicInbox/View.pm

index f5b278c297ee59a5e9496a05736aa9cdccaa7997..ec0434335d8919e73009f415fa6bb8edb52e518a 100644 (file)
@@ -9,8 +9,7 @@ use warnings;
 use PublicInbox::MsgTime qw(msg_datestamp);
 use PublicInbox::Hval qw/ascii_html obfuscate_addrs/;
 use PublicInbox::Linkify;
-use PublicInbox::MID qw/mid_clean id_compress mid_mime mid_escape mids
-                       references/;
+use PublicInbox::MID qw/id_compress mid_escape mids references/;
 use PublicInbox::MsgIter;
 use PublicInbox::Address;
 use PublicInbox::WwwStream;