From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D21A82007D for ; Thu, 4 Feb 2021 09:59:31 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 08/10] lei_query: remove uneeded dwaitpid import Date: Thu, 4 Feb 2021 00:59:28 -0900 Message-Id: <20210204095930.20278-9-e@80x24.org> In-Reply-To: <20210204095930.20278-1-e@80x24.org> References: <20210204095930.20278-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: All process management is handled elsewhere. --- lib/PublicInbox/LeiQuery.pm | 1 - 1 file changed, 1 deletion(-) 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) = @_;