From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B39E158013 for ; Mon, 27 Sep 2021 06:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15119E0919; Mon, 27 Sep 2021 06:49:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92D34E08A8 for ; Mon, 27 Sep 2021 06:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76136342E67 for ; Mon, 27 Sep 2021 06:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11DF107 for ; Mon, 27 Sep 2021 06:49:10 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1632724522.3e7cd37ec35419adf97d603839e69be3c4a1eafc.vapier@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3e7cd37ec35419adf97d603839e69be3c4a1eafc X-VCS-Branch: master Date: Mon, 27 Sep 2021 06:49:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8077710f-2bc2-4411-ab13-32b045d81427 X-Archives-Hash: 637d9d47bbfebb2e8370fbe2a0e62650 commit: 3e7cd37ec35419adf97d603839e69be3c4a1eafc Author: Mike Frysinger gentoo org> AuthorDate: Mon Sep 27 06:35:22 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Sep 27 06:35:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=3e7cd37e delete unused CUTF_ADDED variable The code deleting its use forgot to clean up its decl. Signed-off-by: Mike Frysinger gentoo.org> locale-gen | 1 - 1 file changed, 1 deletion(-) diff --git a/locale-gen b/locale-gen index d4417d8..4eb75d0 100755 --- a/locale-gen +++ b/locale-gen @@ -71,7 +71,6 @@ JOBS_MAX="" QUIET=0 SET_X="" LOCALE_ARCHIVE=true -CUTF_ADDED="" INPLACE_GLIBC="" while [[ $# -gt 0 ]] ; do case $1 in