]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-msgview.t
xt/perf-msgview: drop unnecessary use_ok
[public-inbox.git] / xt / perf-msgview.t
index bc73fccea9a1ea9accf173a0981024b99d0b9e16..cf550c1a284b80b9dd516444f93302a604bd194d 100644 (file)
@@ -21,7 +21,6 @@ if (require_git(2.19, 1)) {
 "git <2.19, cat-file lacks --unordered, locality suffers\n";
 }
 require_mods qw(Plack::Util);
-use_ok 'Plack::Util';
 my $ibx = PublicInbox::Inbox->new({ inboxdir => $inboxdir, name => 'name' });
 my $git = $ibx->git;
 my $fh = $blob ? undef : $git->popen(@cat);