about summary refs log tree commit homepage
path: root/lib/PublicInbox/CodeSearchIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-17 23:38:01 +0000
committerEric Wong <e@80x24.org>2023-10-18 20:50:32 +0000
commit5406e15b4de72644e4bedb73029c94cad7af5d0a (patch)
tree182d8872afc247a40d1fe12c5c57cc3430e65850 /lib/PublicInbox/CodeSearchIdx.pm
parent2f61bdb6e39bd8079c0e5bd7f2366d3a473c6f68 (diff)
downloadpublic-inbox-5406e15b4de72644e4bedb73029c94cad7af5d0a.tar.gz
They're no longer needed with the way PublicInbox::CidxLogP is
currently implemented.
Diffstat (limited to 'lib/PublicInbox/CodeSearchIdx.pm')
-rw-r--r--lib/PublicInbox/CodeSearchIdx.pm5
1 files changed, 0 insertions, 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;