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 feb37be8..36d00aea 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;