From 15f34ab3bd6b4695bdd780a82d20a646ac7a70d7 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 18 Oct 2018 15:25:51 -0400 Subject: [PATCH] Cleanup: remove unused variable Signed-off-by: Jonathan Rajotte --- scripts/lttng-tools/hang_processes.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lttng-tools/hang_processes.sh b/scripts/lttng-tools/hang_processes.sh index d64fa9c..7639adb 100755 --- a/scripts/lttng-tools/hang_processes.sh +++ b/scripts/lttng-tools/hang_processes.sh @@ -25,7 +25,6 @@ lttng_processes="$("$PGREP" -l 'lttng|gen-ust-.+')" || true if [ ! -z "$lttng_processes" ]; then pids="$(cut -d ' ' -f 1 <<< "$lttng_processes" | tr '\n' ' ')" - comma_pids=$(tr ' ' ',' <<< "$pids") echo "The following LTTng processes were detected running on the system and will be aborted:" echo "$lttng_processes" -- 2.34.1