From 66e2eb4e578a1dad07de52686dcb5a49024c2e43 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 Signed-off-by: Katrin Fischer --- 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 8746bf17f7..eb3a5cf28c 100644 --- a/Koha/REST/V1/Illrequests.pm +++ b/Koha/REST/V1/Illrequests.pm @@ -40,7 +40,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.11.0