Bug 15258: Fix Perl scripts declaring unused variables
[koha-equinox.git] / Koha / MetaSearcher.pm
index 7c4c87a..e38b15d 100644 (file)
@@ -106,7 +106,6 @@ sub search {
     };
     my $start = clock_gettime( CLOCK_MONOTONIC );
     my $select = IO::Select->new;
-    my @worker_fhs;
 
     my @cached_sets;
     my @servers;