From: Eric Wong Date: Fri, 21 Aug 2015 23:34:29 +0000 (+0000) Subject: mbox: drop unnecessary imports X-Git-Tag: v1.0.0~1013 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7e3c392a55686d2ffe8611483e80a3ccc19e95f2;p=public-inbox.git mbox: drop unnecessary imports These are not necessary, anymore --- diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm index cb9d65d1..fcb26693 100644 --- a/lib/PublicInbox/Mbox.pm +++ b/lib/PublicInbox/Mbox.pm @@ -4,8 +4,7 @@ package PublicInbox::Mbox; use strict; use warnings; -use PublicInbox::MID qw/mid_clean mid_compressed mid2path/; -use Fcntl qw(SEEK_SET); +use PublicInbox::MID qw/mid_compressed mid2path/; sub thread_mbox { my ($ctx, $srch) = @_;