mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
py: Remove mp_load_const_str and replace uses with inlined version.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user