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 88DD4138359 for ; Wed, 21 Oct 2020 00:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA0C3E0AC1; Wed, 21 Oct 2020 00:24:51 +0000 (UTC) Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D08DDE0AC1 for ; Wed, 21 Oct 2020 00:24:51 +0000 (UTC) Received: by mail-pl1-f195.google.com with SMTP id y1so285675plp.6 for ; Tue, 20 Oct 2020 17:24:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EjSd+YVVbewYmk9J9BljGb/USC2e6wMx8VCzMtP1mH0=; b=Y87vCbeAtGmGLnOOw8GT/4bDdyCngq/nRZ7HIWQSSMwUkHDUgKqPgWkuhThwPadQao DXEHsVbuXT5guEShpLEi9dWvkT/ahzbEyRlj2ZA5pIM6Nbo+KwIn1Y3V9XPhXR3JCBnV 9Ger82/9BofKGVE6GjPf3j3rRuWQOYD/tQpXiBLwOo8ke+aAuhk0nKngaXP4nRMFKboo CD6m+75xtFpy+MP6kmy+Gog46++QVQN9yATZHOcxqxilmbMNwUXYgqKr1b8z/lamJJAI FbtJFncr6gWG6Qhs4bYXorBC/1G9TU+SsiXp7GDtU9eX3VSOWtJcUPVYBcFVRyxTNlfP KQ+w== X-Gm-Message-State: AOAM532YUM9rd84YXnQbucXpZc1uDVUgHzNWcxyaWKqleGdDutLQEoQ0 Vx28F3uCqb/jfV57TXS1MUA4VaCSZZZ85w== X-Google-Smtp-Source: ABdhPJzf7zlgkI2iF4NaQhoukaKv+GAKdSA4ZYXaXMeJEhXlhWzaapOCldp8Bzft3rRfv0zLBMin2w== X-Received: by 2002:a17:90b:2286:: with SMTP id kx6mr633708pjb.114.1603239890607; Tue, 20 Oct 2020 17:24:50 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id t15sm2302281pjq.3.2020.10.20.17.24.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:49 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 31/37] targets: Remove unnecessary unset PACKAGES Date: Tue, 20 Oct 2020 17:23:38 -0700 Message-Id: <20201021002344.378131-31-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201021002344.378131-1-mattst88@gentoo.org> References: <20201021002344.378131-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 874725d2-4331-4ac7-9bdb-69ad66a36216 X-Archives-Hash: 1fe7126c0a2c602e118d187ae52d9e7a Dead code since 2008. Fixes: b79d06a3 ("Remove temporary package listing code, ...") Signed-off-by: Matt Turner --- targets/support/chroot-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 22340023..7222892e 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -270,7 +270,6 @@ run_merge() { show_debug() { if [ -n "${clst_DEBUG}" ] then - unset PACKAGES echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:" -- 2.26.2