From 5406e15b4de72644e4bedb73029c94cad7af5d0a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 17 Oct 2023 23:38:01 +0000 Subject: [PATCH] cindex: drop some unused functions They're no longer needed with the way PublicInbox::CidxLogP is currently implemented. --- lib/PublicInbox/CodeSearchIdx.pm | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.47.2