From: Eric Wong Date: Thu, 19 Jan 2023 20:32:37 +0000 (+0000) Subject: qspawn: drop unnecessary awaitpid import X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5a52841422b46646c1e6d2f93c8c14d1d24a0544;hp=658e63c55d937f592bc76deb7fb8c7eb1f21c443;p=public-inbox.git qspawn: drop unnecessary awaitpid import We don't actually need to call awaitpid here, ProcessPipe will take care of that. --- diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm index de74b174..cc81a4cd 100644 --- a/lib/PublicInbox/Qspawn.pm +++ b/lib/PublicInbox/Qspawn.pm @@ -28,7 +28,6 @@ package PublicInbox::Qspawn; use v5.12; use PublicInbox::Spawn qw(popen_rd); use PublicInbox::GzipFilter; -use PublicInbox::DS qw(awaitpid); use Scalar::Util qw(blessed); # n.b.: we get EAGAIN with public-inbox-httpd, and EINTR on other PSGI servers