From c4cdbd4a7f3265bc474878f92f34cff661667497 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 Jan 2024 10:20:17 +0000 Subject: import: drop redundant `use' statement We don't need multiple `use PublicInbox::IO' statements to import a subroutine. --- lib/PublicInbox/Import.pm | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3-24-ge0c7