summaryrefslogtreecommitdiff
path: root/core/host/stack_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/stack_trace.c')
-rw-r--r--core/host/stack_trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/host/stack_trace.c b/core/host/stack_trace.c
index 67ceac5891..2d63efd625 100644
--- a/core/host/stack_trace.c
+++ b/core/host/stack_trace.c
@@ -84,7 +84,6 @@ static void __attribute__((noinline)) _task_dump_trace_dispatch(int sig)
pthread_kill(task_get_thread(running), SIGNAL_TRACE_DUMP);
} else {
_task_dump_trace_impl(SIGNAL_TRACE_OFFSET);
- udelay(100 * MSEC); /* Leave time for stderr to flush */
exit(1);
}
}