diff options
Diffstat (limited to 'shared/runtime/pyexec.h')
-rw-r--r-- | shared/runtime/pyexec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/runtime/pyexec.h b/shared/runtime/pyexec.h index 64c5ef9434..5779d3e09a 100644 --- a/shared/runtime/pyexec.h +++ b/shared/runtime/pyexec.h @@ -35,11 +35,6 @@ typedef enum { extern pyexec_mode_kind_t pyexec_mode_kind; -// Set this to the value (eg PYEXEC_FORCED_EXIT) that will be propagated through -// the pyexec functions if a SystemExit exception is raised by the running code. -// It will reset to 0 at the start of each execution (eg each REPL entry). -extern int pyexec_system_exit; - #define PYEXEC_FORCED_EXIT (0x100) int pyexec_raw_repl(void); |