about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiQuery.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiQuery.pm')
-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;