From: Stefan Schantl Date: Tue, 22 Sep 2020 18:25:05 +0000 (+0200) Subject: general-functions.pl: Drop unused use of Locale::Codes::Country. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86c4e30d2b995ff1c0436d7e43de7a1b49b29ae0;p=people%2Fms%2Fipfire-2.x.git general-functions.pl: Drop unused use of Locale::Codes::Country. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 5de4fb84bb..9be1e77088 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