about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-21 19:46:15 +0000
committerEric Wong <e@80x24.org>2021-01-22 16:18:01 -0400
commitaa680c4c254aaaa531d263ae7a85e5015d8a2f6a (patch)
tree6b7a51c914018901757040709c8081e4507b800c /lib
parentbf77d62faa571cdaf279df421aae85d2b447ceeb (diff)
downloadpublic-inbox-aa680c4c254aaaa531d263ae7a85e5015d8a2f6a.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LeiXSearch.pm5
1 files changed, 0 insertions, 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;