From: Stefan Schantl Date: Fri, 11 Sep 2020 12:58:53 +0000 (+0200) Subject: general-functions.pl: Drop unused use of Locale::Codes::Country. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ccc2ee1d050381d36b8241dfff51cb46a6e06d7;p=people%2Fstevee%2Fipfire-2.x.git general-functions.pl: Drop unused use of Locale::Codes::Country. Signed-off-by: Stefan Schantl --- 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