Bug 21450: (QA follow-up) remove a couple of unused variables to make QA script happy

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Liz Rea 2019-05-24 12:56:40 -05:00 committed by Nick Clemens
parent 848a0d41ff
commit 427e4ebc6b

View file

@ -56,8 +56,6 @@ subtest 'Test caching in get_link and update_cache' => sub {
# Now test to see if C4::Linker can find it.
my $authmatch;
my $fuzzy;
my $linker = C4::Linker::Default->new();
$linker->get_link($subject_heading);