about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-01 17:10:38 +0500
committerEric Wong <e@80x24.org>2021-04-01 18:25:15 +0000
commit130c18936644acb3d612cc06da2772b0c13b2d72 (patch)
tree166227ff38d091991d10c36e817ecbe7c6e6a4bb
parentd0a75a98e47402eda0c1b3ef161a9c9f4f678f44 (diff)
downloadpublic-inbox-130c18936644acb3d612cc06da2772b0c13b2d72.tar.gz
AFAIK that was only used for nproc detection, and nproc
is handled by PublicInbox::IPC, nowadays.
-rw-r--r--lib/PublicInbox/LeiQuery.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm
index 3a437bf0..9174bea8 100644
--- a/lib/PublicInbox/LeiQuery.pm
+++ b/lib/PublicInbox/LeiQuery.pm
@@ -86,7 +86,6 @@ sub lxs_prepare {
 sub lei_q {
         my ($self, @argv) = @_;
         require PublicInbox::LeiOverview;
-        require PublicInbox::V2Writable;
         PublicInbox::Config->json; # preload before forking
         PublicInbox::LeiOverview->new($self) or return;
         my $lxs = lxs_prepare($self) or return;