about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiRediff.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/LeiRediff.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/LeiRediff.pm')
-rw-r--r--lib/PublicInbox/LeiRediff.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiRediff.pm b/lib/PublicInbox/LeiRediff.pm
index 60286b06..ea9b2a64 100644
--- a/lib/PublicInbox/LeiRediff.pm
+++ b/lib/PublicInbox/LeiRediff.pm
@@ -255,5 +255,4 @@ sub ipc_atfork_child {
 
 no warnings 'once';
 *net_merge_all_done = \&PublicInbox::LeiInput::input_only_net_merge_all_done;
-*net_merge_all = \&PublicInbox::LeiAuth::net_merge_all;
 1;