From ed570e4b2a0a68e43b191fb0d5b45fb2ec83aca4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 25 Jun 2015 13:58:41 +0000 Subject: py: Remove mp_load_const_str and replace uses with inlined version. --- py/runtime0.h | 1 - 1 file changed, 1 deletion(-) (limited to 'py/runtime0.h') diff --git a/py/runtime0.h b/py/runtime0.h index cdcb6e3dc..de637fb46 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, -- cgit v1.2.3