]> Sergey Matveev's repositories - public-inbox.git/commitdiff
mbox: drop unnecessary imports
authorEric Wong <e@80x24.org>
Fri, 21 Aug 2015 23:34:29 +0000 (23:34 +0000)
committerEric Wong <e@80x24.org>
Fri, 21 Aug 2015 23:34:29 +0000 (23:34 +0000)
These are not necessary, anymore

lib/PublicInbox/Mbox.pm

index cb9d65d1a9fb069b498ee4fe2161824aebb6fe51..fcb266939e1707e39d3e82b70751cd3e600793a2 100644 (file)
@@ -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) = @_;