commit: c1f8fabbb944c55cc69a4038750cd58b4a822108
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sun Jul 20 06:08:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 22:30:54 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c1f8fabb
isolated-functions.sh: drop an unused variable from __dump_trace()
The local 's' variable goes unused. Drop it.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/isolated-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index e1e0bc10be..eda6ccd3ad 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -32,7 +32,7 @@ shopt -s extdebug
# [whitespacing for filenames],
# [whitespacing for line numbers])
__dump_trace() {
- local funcname="" sourcefile="" lineno="" s="yes" n p
+ local sourcefile funcname lineno n p
declare -i strip=${1:-1}
local filespacing=$2 linespacing=$3