about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiXSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-28 07:52:01 +0000
committerEric Wong <e@80x24.org>2021-04-28 19:30:57 +0000
commit63e2751ace2dd35a661620a9ad30d6c92948a009 (patch)
treeb088949e092993d3225f1cd58ed6d4ff723e30a9 /lib/PublicInbox/LeiXSearch.pm
parent9d0d8caf8d9c5eb3afc0c862bdddb2ec310259f5 (diff)
downloadpublic-inbox-63e2751ace2dd35a661620a9ad30d6c92948a009.tar.gz
"lei import" is probably the only place where it users
might care about warnings.
Diffstat (limited to 'lib/PublicInbox/LeiXSearch.pm')
-rw-r--r--lib/PublicInbox/LeiXSearch.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index 018b60f9..b3fd79d0 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -443,7 +443,6 @@ sub incr_start_query { # called whenever an l2m shard starts do_post_auth
 sub ipc_atfork_child {
         my ($self) = @_;
         $self->{lei}->_lei_atfork_child;
-        $SIG{__WARN__} = PublicInbox::Eml::warn_ignore_cb();
         $self->SUPER::ipc_atfork_child;
 }