From ea7ec1a5d3d1c262345743bced3669c5cab39baf Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 13 Mar 2020 08:47:53 +0000 Subject: [PATCH] Bug 22943: Remove unused line from Auth.t Removes an unnecessary variable declaration from Auth.t Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- t/Auth.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Auth.t b/t/Auth.t index 4ab2e8997a..5157b94682 100644 --- a/t/Auth.t +++ b/t/Auth.t @@ -22,7 +22,6 @@ use Test::Warn; use C4::Auth qw / in_iprange /; $ENV{REMOTE_ADDR} = '192.168.1.30'; -my $ipset1 = "192.168.1.30"; ok(in_iprange("192.168.1.30"), 'simple single ip matching remote ip'); ok(!in_iprange("192.168.1.31"), 'simple single ip not match remote ip'); -- 2.20.1