summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/transport.c')
-rw-r--r--runtime/transport/transport.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index fd50c92f..9277afca 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -179,11 +179,9 @@ static void _stp_work_queue (void *data)
/* if exit flag is set AND we have finished with probe_start() */
if (unlikely(_stp_exit_flag && atomic_read(&_stp_start_finished))) {
_stp_cleanup_and_exit(0);
-/*
cancel_delayed_work(&stp_exit);
flush_workqueue(_stp_wq);
wake_up_interruptible(&_stp_proc_wq);
-*/
} else
queue_delayed_work(_stp_wq, &stp_exit, STP_WORK_TIMER);
}