[06/11] guardian.cgi: Drop unused use of Locale::Codes::Country.

Message ID 20200922182509.18643-6-stefan.schantl@ipfire.org
State Accepted
Commit dd7aef35a97fa2fb8c74d64ac5ea7a2dd3f816c7
Headers
Series [01/11] location-functions.pl: Refactor get_locations() function to use the Location module. |

Commit Message

Stefan Schantl Sept. 22, 2020, 6:25 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 html/cgi-bin/guardian.cgi | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi
index 71316523f..7dc6b0149 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