diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/mpstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/mpstate.h b/py/mpstate.h index d3b53f915..45e89590f 100644 --- a/py/mpstate.h +++ b/py/mpstate.h @@ -215,7 +215,6 @@ typedef struct _mp_state_thread_t { mp_obj_dict_t *dict_locals; mp_obj_dict_t *dict_globals; - // Note: nlr asm code has the offset of this hard-coded nlr_buf_t *nlr_top; // ROOT POINTER // Stack top at the start of program |