Cleanup: remove unused variable
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 18 Oct 2018 19:25:51 +0000 (15:25 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 18 Oct 2018 19:26:48 +0000 (15:26 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/lttng-tools/hang_processes.sh

index d64fa9c1da3e5099932dabd15c2a4452c1952711..7639adb51983b6fcb1e335d7419437f6a91b97f9 100755 (executable)
@@ -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"
 
This page took 0.023238 seconds and 4 git commands to generate.