about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-21 23:34:29 +0000
committerEric Wong <e@80x24.org>2015-08-21 23:34:29 +0000
commit7e3c392a55686d2ffe8611483e80a3ccc19e95f2 (patch)
treede79aa858cf3805d3e7eab055e612bef740a57c9 /lib/PublicInbox/Mbox.pm
parented724ad94ae8eccb7924584b01ec4975abfef48d (diff)
downloadpublic-inbox-7e3c392a55686d2ffe8611483e80a3ccc19e95f2.tar.gz
These are not necessary, anymore
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm3
1 files changed, 1 insertions, 2 deletions
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) = @_;