Bug 21395: Make perlcritic happy
[koha-equinox.git] / reports / catalogue_out.pl
index 3b0fdd8..7713b14 100755 (executable)
@@ -66,8 +66,6 @@ output_html_with_http_headers $input, $cookie, $template->output;
 
 sub calculate {
     my ( $limit, $column, $filters ) = @_;
-    my @loopline;
-    my @looprow;
     my %globalline;
     my %columns = ();
     my $dbh     = C4::Context->dbh;