Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 31/37] targets: Remove unnecessary unset PACKAGES
Date: Wed, 21 Oct 2020 00:24:52
Message-Id: 20201021002344.378131-31-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/37] catalyst: Use early return to unindent code by Matt Turner
1 Dead code since 2008.
2
3 Fixes: b79d06a3 ("Remove temporary package listing code, ...")
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 targets/support/chroot-functions.sh | 1 -
7 1 file changed, 1 deletion(-)
8
9 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
10 index 22340023..7222892e 100755
11 --- a/targets/support/chroot-functions.sh
12 +++ b/targets/support/chroot-functions.sh
13 @@ -270,7 +270,6 @@ run_merge() {
14 show_debug() {
15 if [ -n "${clst_DEBUG}" ]
16 then
17 - unset PACKAGES
18 echo "DEBUG:"
19 echo "Profile/target info:"
20 echo "Profile inheritance:"
21 --
22 2.26.2