diff options
Diffstat (limited to 'runtime/io.c')
-rw-r--r-- | runtime/io.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/io.c b/runtime/io.c index 5c7a5f10..b72590f3 100644 --- a/runtime/io.c +++ b/runtime/io.c @@ -116,9 +116,6 @@ void _stp_warn (const char *fmt, ...) */ void _stp_exit (void) { -#ifdef SYSTEMTAP - atomic_set (&session_state, STAP_SESSION_STOPPING); -#endif _stp_exit_flag = 1; } |