py: Remove mp_load_const_str and replace uses with inlined version.

This commit is contained in:
Damien George
2015-06-25 13:58:41 +00:00
parent 484adac0bb
commit ed570e4b2a
6 changed files with 3 additions and 12 deletions

View File

@@ -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,