From: Eric Wong Date: Tue, 17 Oct 2023 23:38:01 +0000 (+0000) Subject: cindex: drop some unused functions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5406e15b4de72644e4bedb73029c94cad7af5d0a;p=thirdparty%2Fpublic-inbox.git cindex: drop some unused functions They're no longer needed with the way PublicInbox::CidxLogP is currently implemented. --- diff --git a/lib/PublicInbox/CodeSearchIdx.pm b/lib/PublicInbox/CodeSearchIdx.pm index feb37be8d..36d00aea7 100644 --- a/lib/PublicInbox/CodeSearchIdx.pm +++ b/lib/PublicInbox/CodeSearchIdx.pm @@ -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;