From 74c0e72106c144555393c41a0f5c2ac023d7ad5b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 11 Sep 2020 14:57:59 +0200 Subject: [PATCH] guardian.cgi: Drop unused use of Locale::Codes::Country. Signed-off-by: Stefan Schantl --- html/cgi-bin/guardian.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 71316523fa..7dc6b01492 100644 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -20,7 +20,6 @@ ############################################################################### use strict; -use Locale::Codes::Country; use Guardian::Socket; # enable only the following on debugging purpose -- 2.39.5