Bug 21450: (QA follow-up) remove a couple of unused variables to make QA script happy
authorLiz Rea <wizzyrea@gmail.com>
Fri, 24 May 2019 17:56:40 +0000 (12:56 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 May 2019 10:13:38 +0000 (10:13 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/Linker_Default.t

index 340f7e1..597e86b 100755 (executable)
@@ -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);