From: Jonathan Rajotte Date: Thu, 18 Oct 2018 19:25:51 +0000 (-0400) Subject: Cleanup: remove unused variable X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=15f34ab3bd6b4695bdd780a82d20a646ac7a70d7;p=lttng-ci.git Cleanup: remove unused variable Signed-off-by: Jonathan Rajotte --- 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"