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=-4.0 required=3.0 tests=ALL_TRUSTED,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 C399A1FA17 for ; Thu, 21 Jan 2021 19:46:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 03/12] lei_xsearch: eliminate some unused, commented-out code Date: Thu, 21 Jan 2021 19:46:15 +0000 Message-Id: <20210121194624.32002-4-e@80x24.org> In-Reply-To: <20210121194624.32002-1-e@80x24.org> References: <20210121194624.32002-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- lib/PublicInbox/LeiXSearch.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm index d7688ede..13611882 100644 --- a/lib/PublicInbox/LeiXSearch.pm +++ b/lib/PublicInbox/LeiXSearch.pm @@ -291,11 +291,6 @@ sub do_query { my @pids = $self->wq_close; # for the $lei->atfork_child_wq PIPE handler: $done_op->{'!'}->[3] = \@pids; - # $done->event_step; - # my $ipc_worker_reap = $self->can('ipc_worker_reap'); - # if (my $l2m_pids = delete $self->{l2m_pids}) { - # dwaitpid($_, $ipc_worker_reap, $l2m) for @$l2m_pids; - # } while ($done->{sock}) { $done->event_step } my $ipc_worker_reap = $self->can('ipc_worker_reap'); dwaitpid($_, $ipc_worker_reap, $self) for @pids;