From: Eric Wong Date: Wed, 23 Mar 2022 08:54:33 +0000 (+0000) Subject: syscall: drop unused EEXIST import X-Git-Tag: v1.8.0~20 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=6ab6029bc99fe3b7f41eb19164542d0264a80380 syscall: drop unused EEXIST import We've never used it, actually. --- diff --git a/lib/PublicInbox/Syscall.pm b/lib/PublicInbox/Syscall.pm index a2b7490a..806c192e 100644 --- a/lib/PublicInbox/Syscall.pm +++ b/lib/PublicInbox/Syscall.pm @@ -15,7 +15,7 @@ package PublicInbox::Syscall; use strict; use v5.10.1; use parent qw(Exporter); -use POSIX qw(ENOENT EEXIST ENOSYS EINVAL O_NONBLOCK); +use POSIX qw(ENOENT ENOSYS EINVAL O_NONBLOCK); use Config; # $VERSION = '0.25'; # Sys::Syscall version