commit:     ae065c8b3b87c482cc4576cc7e560d6606157459
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sat Jul 27 00:58:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 30 08:14:18 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ae065c8b

phase-helpers.sh: drop unused variable declaration in unpack()

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/phase-helpers.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index ca85bec97c..addbdbeef0 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -332,7 +332,6 @@ unpack() {
        local suffix suffix_insensitive
        local suffix_known
        local myfail
-       local eapi=${EAPI:-0}
 
        [[ -z "$*" ]] && die "Nothing passed to the 'unpack' command"
 

Reply via email to