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:
parent
848a0d41ff
commit
427e4ebc6b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue