diff options
Diffstat (limited to 'py/runtime.c')
-rw-r--r-- | py/runtime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/runtime.c b/py/runtime.c index b0f407a15..e4a4d5b3f 100644 --- a/py/runtime.c +++ b/py/runtime.c @@ -61,7 +61,6 @@ const mp_obj_module_t mp_module___main__ = { void mp_init(void) { qstr_init(); - mp_stack_ctrl_init(); // no pending exceptions to start with MP_STATE_VM(mp_pending_exception) = MP_OBJ_NULL; |