]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
xt/eml_check_limits: remove useless import
authorEric Wong <e@80x24.org>
Fri, 27 Oct 2023 22:21:15 +0000 (22:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Oct 2023 09:08:19 +0000 (09:08 +0000)
Found while hunting for popen_rd calls.

xt/eml_check_limits.t

index a6d010af0518f3f8866eebf0ee018bd336147f44..1f89c6d43fd1ef855edabab8d0e6222b13da9c0c 100644 (file)
@@ -1,15 +1,13 @@
 #!perl -w
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 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));