From 278b8710bc116cdd80f5be3a5c9b382b229c96f7 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 22 Sep 2020 20:25:05 +0200 Subject: [PATCH] general-functions.pl: Drop unused use of Locale::Codes::Country. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- config/cfgroot/general-functions.pl | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5