]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
cindex: drop some unused functions
authorEric Wong <e@80x24.org>
Tue, 17 Oct 2023 23:38:01 +0000 (23:38 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Oct 2023 20:50:32 +0000 (20:50 +0000)
They're no longer needed with the way PublicInbox::CidxLogP is
currently implemented.

lib/PublicInbox/CodeSearchIdx.pm

index feb37be8db1c437fa0d1dd9d2ad9b43bacbcd3bd..36d00aea7e31184162287b509134b974092a838c 100644 (file)
@@ -1222,9 +1222,4 @@ sub shard_done_wait { # awaitpid cb via ipc_worker_reap
        PublicInbox::DS::enqueue_reap() if !shards_active(); # once more for PLC
 }
 
-sub do_quit { $DO_QUIT }
-
-sub tmpdir { $TMPDIR }
-
-
 1;