]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchview: remove unnecessary imports from MID module
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 26 Mar 2018 19:25:47 +0000 (19:25 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 02:34:25 +0000 (02:34 +0000)
We do not need many of these, anymore.

lib/PublicInbox/SearchView.pm

index 55c588cb2285dd31048e0bf84cc476cbbcd1a8e6..6e537b49065fe26e2b467fa529c84e3788a73ad0 100644 (file)
@@ -10,7 +10,7 @@ use PublicInbox::SearchMsg;
 use PublicInbox::Hval qw/ascii_html obfuscate_addrs/;
 use PublicInbox::View;
 use PublicInbox::WwwAtomStream;
-use PublicInbox::MID qw(mid2path mid_mime mid_clean mid_escape MID_ESC);
+use PublicInbox::MID qw(MID_ESC);
 use PublicInbox::MIME;
 require PublicInbox::Git;
 require PublicInbox::SearchThread;