From 10416197f0ca68d3a0d6034b46593b71d1e5b128 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 4 Feb 2021 00:59:29 -0900 Subject: [PATCH] lei_xsearch: drop unused imports Reaping is handled by the parent PublicInbox::IPC, and we have no business using PublicInbox::Import since LeiXSearch won't write to git directly (it will write via LeiStore). --- lib/PublicInbox/LeiXSearch.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm index 2dc44414..daf42098 100644 --- a/lib/PublicInbox/LeiXSearch.pm +++ b/lib/PublicInbox/LeiXSearch.pm @@ -8,9 +8,8 @@ package PublicInbox::LeiXSearch; use strict; use v5.10.1; use parent qw(PublicInbox::LeiSearch PublicInbox::IPC); -use PublicInbox::DS qw(dwaitpid now); +use PublicInbox::DS qw(now); use PublicInbox::PktOp qw(pkt_do); -use PublicInbox::Import; use File::Temp 0.19 (); # 0.19 for ->newdir use File::Spec (); use PublicInbox::Search qw(xap_terms); -- 2.50.0