From 7e3c392a55686d2ffe8611483e80a3ccc19e95f2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Aug 2015 23:34:29 +0000 Subject: mbox: drop unnecessary imports These are not necessary, anymore --- lib/PublicInbox/Mbox.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/PublicInbox/Mbox.pm') 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) = @_; -- cgit v1.2.3-24-ge0c7