about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-04 00:59:28 -0900
committerEric Wong <e@80x24.org>2021-02-05 00:16:33 +0000
commit7dbab563482b562648c93ec43273ad3ffa968559 (patch)
tree74909f3656fa9e7c309bec4998e58fe25da01277 /lib
parent5180ed0a1cd65139a6ba6b3c64e97f8c2c126204 (diff)
downloadpublic-inbox-7dbab563482b562648c93ec43273ad3ffa968559.tar.gz
All process management is handled elsewhere.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LeiQuery.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm
index 6b1aa40c..56350386 100644
--- a/lib/PublicInbox/LeiQuery.pm
+++ b/lib/PublicInbox/LeiQuery.pm
@@ -5,7 +5,6 @@
 package PublicInbox::LeiQuery;
 use strict;
 use v5.10.1;
-use PublicInbox::DS qw(dwaitpid);
 
 sub prep_ext { # externals_each callback
         my ($lxs, $exclude, $loc) = @_;