about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-01-31 10:20:17 +0000
committerEric Wong <e@80x24.org>2024-02-01 21:00:15 +0000
commitc4cdbd4a7f3265bc474878f92f34cff661667497 (patch)
tree3d8a0526c3019a64d3f63f055d0af84ce995c02c
parentbfb3de41aae23bb65afc62c228570b4a9578abcc (diff)
downloadpublic-inbox-c4cdbd4a7f3265bc474878f92f34cff661667497.tar.gz
We don't need multiple `use PublicInbox::IO' statements to
import a subroutine.
-rw-r--r--lib/PublicInbox/Import.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm
index e4f8615e..51ddfa7f 100644
--- a/lib/PublicInbox/Import.pm
+++ b/lib/PublicInbox/Import.pm
@@ -16,7 +16,6 @@ use PublicInbox::MsgTime qw(msg_datestamp);
 use PublicInbox::ContentHash qw(content_digest);
 use PublicInbox::MDA;
 use PublicInbox::Eml;
-use PublicInbox::IO;
 use POSIX qw(strftime);
 use autodie qw(socketpair);
 use Carp qw(croak);