From a2cb4e607271e2c86988f69afc2fdaee815fd381 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Oct 2023 22:21:15 +0000 Subject: xt/eml_check_limits: remove useless import Found while hunting for popen_rd calls. --- xt/eml_check_limits.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xt') diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t index a6d010af..1f89c6d4 100644 --- a/xt/eml_check_limits.t +++ b/xt/eml_check_limits.t @@ -1,15 +1,13 @@ #!perl -w -# Copyright (C) 2020-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ use strict; use v5.10.1; -use Test::More; use PublicInbox::TestCommon; use PublicInbox::Eml; use PublicInbox::Inbox; use List::Util qw(max); use Benchmark qw(:all :hireswallclock); -use PublicInbox::Spawn qw(popen_rd); use Carp (); require_git(2.19); # for --unordered require_mods(qw(BSD::Resource)); -- cgit v1.2.3-24-ge0c7