From: Eric Wong Date: Wed, 22 May 2019 21:46:58 +0000 (+0000) Subject: DS: remove IPPROTO_TCP import X-Git-Tag: v1.2.0~262^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5c6e7826ab2d7f3b866b6884e430d3aa61da5c60;p=public-inbox.git DS: remove IPPROTO_TCP import Unlike Danga::Socket, we do not support TCP_CORK, either --- diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm index 68af4d65..d73c8d01 100644 --- a/lib/PublicInbox/DS.pm +++ b/lib/PublicInbox/DS.pm @@ -31,7 +31,6 @@ use fields ('sock', # underlying socket use Errno qw(EINPROGRESS EWOULDBLOCK EISCONN ENOTSOCK EPIPE EAGAIN EBADF ECONNRESET ENOPROTOOPT); -use Socket qw(IPPROTO_TCP); use Carp qw(croak confess); use constant DebugLevel => 0;