diff options
Diffstat (limited to 'tapset/logging.stp')
-rw-r--r-- | tapset/logging.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp index c9c60c8d..1164244f 100644 --- a/tapset/logging.stp +++ b/tapset/logging.stp @@ -21,7 +21,6 @@ function warn (msg:string) %{ // NB: exit() does *not* cause immediate return from current function/probe function exit () %{ - atomic_set (&session_state, STAP_SESSION_STOPPING); _stp_exit (); %} |