From: Eric Wong Date: Fri, 27 Oct 2023 22:21:15 +0000 (+0000) Subject: xt/eml_check_limits: remove useless import X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cb4e607271e2c86988f69afc2fdaee815fd381;p=thirdparty%2Fpublic-inbox.git xt/eml_check_limits: remove useless import Found while hunting for popen_rd calls. --- diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t index a6d010af0..1f89c6d43 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));