From ad63f706c88564bf43d09b7748c38098b674a566 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 14 Jan 2019 13:14:46 +0000 Subject: [PATCH] Bug 20600: (follow-up) Fix critic error --- Koha/REST/V1/Illrequests.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/REST/V1/Illrequests.pm b/Koha/REST/V1/Illrequests.pm index 434bc1f164..1a06ec2edc 100644 --- a/Koha/REST/V1/Illrequests.pm +++ b/Koha/REST/V1/Illrequests.pm @@ -42,7 +42,6 @@ sub list { my $c = shift->openapi->valid_input or return; my $args = $c->req->params->to_hash // {}; - my $filter; my $output = []; my @format_dates = ( 'placed', 'updated' ); -- 2.19.2