diff options
Diffstat (limited to 'py/runtime0.h')
-rw-r--r-- | py/runtime0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/runtime0.h b/py/runtime0.h index cdcb6e3dca..de637fb469 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -109,7 +109,6 @@ typedef enum { typedef enum { MP_F_CONVERT_OBJ_TO_NATIVE = 0, MP_F_CONVERT_NATIVE_TO_OBJ, - MP_F_LOAD_CONST_STR, MP_F_LOAD_CONST_BYTES, MP_F_LOAD_NAME, MP_F_LOAD_GLOBAL, |