From 10319080e23ae676ca447f629ee9cdcbb7e6c285 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 Sep 2019 09:35:13 +0000 Subject: qspawn: remove unused WNOHANG import We rely on DS to do waitpid with WNOHANG, now, and the non-DS code path won't use WNOHANG. --- lib/PublicInbox/Qspawn.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm index 294bf0a4..73fd3225 100644 --- a/lib/PublicInbox/Qspawn.pm +++ b/lib/PublicInbox/Qspawn.pm @@ -27,7 +27,6 @@ package PublicInbox::Qspawn; use strict; use warnings; use PublicInbox::Spawn qw(popen_rd); -use POSIX qw(WNOHANG); require Plack::Util; # n.b.: we get EAGAIN with public-inbox-httpd, and EINTR on other PSGI servers -- cgit v1.2.3-24-ge0c7