about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-19 20:32:37 +0000
committerEric Wong <e@80x24.org>2023-01-19 20:54:23 +0000
commit5a52841422b46646c1e6d2f93c8c14d1d24a0544 (patch)
tree6ee38899e46338055a96c2868076c9c7d9d2bd27
parent658e63c55d937f592bc76deb7fb8c7eb1f21c443 (diff)
downloadpublic-inbox-5a52841422b46646c1e6d2f93c8c14d1d24a0544.tar.gz
We don't actually need to call awaitpid here, ProcessPipe
will take care of that.
-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 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