]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiImport.pm
lei_auth: simplify users
[public-inbox.git] / lib / PublicInbox / LeiImport.pm
index 7580e37e3674a2a0ab1a02a9213d981e80b22315..7c563bd8c8e79e864325cd0833e88d59406a120e 100644 (file)
@@ -133,6 +133,4 @@ no warnings 'once';
 *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;