]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_query: remove uneeded dwaitpid import
authorEric Wong <e@80x24.org>
Thu, 4 Feb 2021 09:59:28 +0000 (00:59 -0900)
committerEric Wong <e@80x24.org>
Fri, 5 Feb 2021 00:16:33 +0000 (00:16 +0000)
All process management is handled elsewhere.

lib/PublicInbox/LeiQuery.pm

index 6b1aa40c4b2f0038d4269b193eb8cc735bb25bf7..56350386fcc6513c594fdb9a2fbc1ff0b2df1c55 100644 (file)
@@ -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) = @_;