]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiIndex.pm
lei_auth: simplify users
[public-inbox.git] / lib / PublicInbox / LeiIndex.pm
index ef3e4d0b299af603b806d84d11e6c36217ecc423..1b327a2c1bc81904928e818893c8c929abac0fee 100644 (file)
@@ -43,6 +43,4 @@ for my $m (qw(pmdir_cb input_net_cb)) {
 *ipc_atfork_child = \&PublicInbox::LeiInput::input_only_atfork_child;
 *net_merge_all_done = \&PublicInbox::LeiInput::input_only_net_merge_all_done;
 
-# the following works even when LeiAuth is lazy-loaded
-*net_merge_all = \&PublicInbox::LeiAuth::net_merge_all;
 1;