about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-09-14 09:35:13 +0000
committerEric Wong <e@80x24.org>2019-09-14 09:36:09 +0000
commit10319080e23ae676ca447f629ee9cdcbb7e6c285 (patch)
tree600f004e04ccf83a0fc09b1e8fabf17271b17af9
parentaea0a8d8bf9bf26898c811bf28f023d968c39de3 (diff)
downloadpublic-inbox-10319080e23ae676ca447f629ee9cdcbb7e6c285.tar.gz
We rely on DS to do waitpid with WNOHANG, now, and the non-DS
code path won't use WNOHANG.
-rw-r--r--lib/PublicInbox/Qspawn.pm1
1 files changed, 0 insertions, 1 deletions
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