From patchwork Tue Sep 22 18:25:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3484 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BwqW24BPXz3x5w for ; Tue, 22 Sep 2020 18:25:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BwqVy4WMlz130; Tue, 22 Sep 2020 18:25:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BwqVy234Mz30XQ; Tue, 22 Sep 2020 18:25:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BwqVw11mwz2xhq for ; Tue, 22 Sep 2020 18:25:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BwqVv4hXJz12Q; Tue, 22 Sep 2020 18:25:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1600799144; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6niJ+HwSfIMgAL9DfP7cyfdcT3liWDfm+cNS5na4HKE=; b=PQKvEKLO/rRlJMM9oNuOL0u4d2ASz9vKrhHzKwq/91PdCAm2/jvMdDJA5xyJHfdN3o2ejm +HBpGDKQKs+dZZDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1600799144; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6niJ+HwSfIMgAL9DfP7cyfdcT3liWDfm+cNS5na4HKE=; b=oGRtXsofTOIoFBTemZQRsQQ/ZNOuEbVBa34TtJ4hIOXV8SPJcTMaTVj3f9xzkZ2JKQlSpZ G3N5QY3FCbJGzMj7Rh7uref6TIOEanNuocxcQqNab7FLVSkIykQcayx/YaChGSBwRN6zMb mY+8qC9rqNhh0Y1DeLlpdJQakPhUIQV7wTY9soJePUbfyDLr8moCSOvVivyjaeQBAhUHwf SVQ21j93kvjTaTgNT/scr+qON1Vf6OJAGe8YkN1ZqZg2YVE8UBqmJ/DyI+xksIcKxM3v+4 jfzy8K+ZsdcgMqOm1E8a2/DTptmgPhRP8g8pTkb3TCxVsNYvSuJWzQtMHIDchg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 07/11] general-functions.pl: Drop unused use of Locale::Codes::Country. Date: Tue, 22 Sep 2020 20:25:05 +0200 Message-Id: <20200922182509.18643-7-stefan.schantl@ipfire.org> In-Reply-To: <20200922182509.18643-1-stefan.schantl@ipfire.org> References: <20200922182509.18643-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 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