about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiLsMailSource.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-06 12:58:03 +0000
committerEric Wong <e@80x24.org>2021-09-06 22:02:15 +0000
commit9cf83074ce8b46254ef6639d87e4e64372cc552b (patch)
tree5c019fea53d7d810e4c6fb36a904cd04597a2b0d /lib/PublicInbox/LeiLsMailSource.pm
parent42802a2dba7257226a190598dc0341b7293c7977 (diff)
downloadpublic-inbox-9cf83074ce8b46254ef6639d87e4e64372cc552b.tar.gz
There's no need to alias net_merge_all in each WQ class
which uses LeiAuth, `$obj->$sub' works even when `$sub'
is a fully-qualified subroutine name with `::' in it.
perlobj(1) documents it under "Method Call Variations".
Diffstat (limited to 'lib/PublicInbox/LeiLsMailSource.pm')
-rw-r--r--lib/PublicInbox/LeiLsMailSource.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiLsMailSource.pm b/lib/PublicInbox/LeiLsMailSource.pm
index 2d8913ac..71e253d9 100644
--- a/lib/PublicInbox/LeiLsMailSource.pm
+++ b/lib/PublicInbox/LeiLsMailSource.pm
@@ -114,6 +114,5 @@ sub _complete_ls_mail_source {
 no warnings 'once';
 *ipc_atfork_child = \&PublicInbox::LeiInput::input_only_atfork_child;
 *net_merge_all_done = \&PublicInbox::LeiInput::input_only_net_merge_all_done;
-*net_merge_all = \&PublicInbox::LeiAuth::net_merge_all;
 
 1;