Tests: remove declaration already present in utils.sh
[lttng-tools.git] / tests / stress / test_multi_sessions_per_uid_5app_streaming
index 637624f66a087a8bac278d45ada03966ac787324..ed989498dbd7df7e7ed2b1b2ab94fe7e1cdb1da9 100755 (executable)
@@ -70,8 +70,6 @@ function check_relayd()
 
 function start_sessiond()
 {
-       local SESSIOND_BIN="lttng-sessiond"
-
        validate_kernel_version
        if [ $? -ne 0 ]; then
                fail "Start session daemon"
@@ -90,7 +88,6 @@ function start_sessiond()
 function start_relayd
 {
        local opt=$1
-       local RELAYD_BIN="lttng-relayd"
 
        if [ -z $(pgrep --full lt-$RELAYD_BIN) ]; then
                $TESTDIR/../src/bin/lttng-relayd/$RELAYD_BIN $opt >$LOG_FILE_RELAYD 2>&1 &
This page took 0.024065 seconds and 5 git commands to generate.