From 6ab6029bc99fe3b7f41eb19164542d0264a80380 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 23 Mar 2022 08:54:33 +0000 Subject: syscall: drop unused EEXIST import We've never used it, actually. --- lib/PublicInbox/Syscall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7