From 6ccc2ee1d050381d36b8241dfff51cb46a6e06d7 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 11 Sep 2020 14:58:53 +0200 Subject: [PATCH] general-functions.pl: Drop unused use of Locale::Codes::Country. Signed-off-by: Stefan Schantl --- 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