[07/11] general-functions.pl: Drop unused use of Locale::Codes::Country.

Message ID 20200922182509.18643-7-stefan.schantl@ipfire.org
State Accepted
Commit 278b8710bc116cdd80f5be3a5c9b382b229c96f7
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>
---
 config/cfgroot/general-functions.pl | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl
index 5de4fb84b..9be1e7708 100644
--- a/config/cfgroot/general-functions.pl
+++ b/config/cfgroot/general-functions.pl
@@ -17,7 +17,6 @@  package General;
 use strict;
 use Socket;
 use IO::Socket;
-use Locale::Codes::Country;
 use Net::SSLeay;
 use Net::IPv4Addr qw(:all);
 $|=1; # line buffering