From patchwork Tue Sep 22 18:25:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3483 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 4BwqW15wRRz3x62 for ; Tue, 22 Sep 2020 18:25:49 +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 4BwqVy3y1dz12s; 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 4BwqVy1Jclz30XL; 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 4BwqVv45q2z3072 for ; Tue, 22 Sep 2020 18:25:43 +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 4BwqVv1X5Vz128; 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=1600799143; 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=+nbm7RLtOnCKp/pz41AQd+fl6Y4VFdy1tzVZI5tsVpE=; b=RFttfQCxgb+OwSRzMq112LggrXo1SmSZ1Lp+gET00odpeQnXUt+vNNntbbLo+V9LuQl3U1 J/NfoKzbcNDVkXCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1600799143; 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=+nbm7RLtOnCKp/pz41AQd+fl6Y4VFdy1tzVZI5tsVpE=; b=CGG7lSfEcKrnR6G7+tTBrDYbojH0bYnIU+Dtjhw+UiXaAkez45JFyydRjMr8c607DJujzs KKjASIRVro5iwrnpKDI29xviALdY56xJuFjhJmaYcv0blH332Jj1HBXiQjSa6bMoZTgkkz GDsAkPJMLHBBskEg3XWfQ9C8EcPv27FG5Bra6hrYNqOMmcrAYFb5fIIpg58h7u8x18KG98 YC0pWIiVGctsj0ulCyXSWeD8HkbXoim7HXWuvxpLo/dbqgyAJ5XTb1L2WY0dAhLKVa3INU 5/F9MNcCQdFkEJZcfNl0dYejJ/mG7wfneuz6+Cl9XA+8fu6X1iN8PNnsb5/YWg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 06/11] guardian.cgi: Drop unused use of Locale::Codes::Country. Date: Tue, 22 Sep 2020 20:25:04 +0200 Message-Id: <20200922182509.18643-6-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 --- html/cgi-bin/guardian.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 71316523f..7dc6b0149 100644 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -20,7 +20,6 @@ ############################################################################### use strict; -use Locale::Codes::Country; use Guardian::Socket; # enable only the following on debugging purpose