From e46259852b9cbbe973a8273bd7890e1e88ce312c Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
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 <katrin.fischer.83@web.de>
---
 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.11.0