]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
import: drop redundant `use' statement
authorEric Wong <e@80x24.org>
Wed, 31 Jan 2024 10:20:17 +0000 (10:20 +0000)
committerEric Wong <e@80x24.org>
Thu, 1 Feb 2024 21:00:15 +0000 (21:00 +0000)
We don't need multiple `use PublicInbox::IO' statements to
import a subroutine.

lib/PublicInbox/Import.pm

index e4f8615ee1c84f32bcd4579cdb1c76c2d716d082..51ddfa7f24c5d58514d6ccf88e7e0832615be976 100644 (file)
@@ -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);