aboutsummaryrefslogtreecommitdiff
path: root/py/runtime0.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-06-25 13:58:41 +0000
committerDamien George <damien.p.george@gmail.com>2015-06-25 13:58:41 +0000
commited570e4b2a0a68e43b191fb0d5b45fb2ec83aca4 (patch)
tree63e95d7626abfaf062496d4734341315ae91810e /py/runtime0.h
parent484adac0bb6712dca968e3db22e2a10a79b96448 (diff)
py: Remove mp_load_const_str and replace uses with inlined version.
Diffstat (limited to 'py/runtime0.h')
-rw-r--r--py/runtime0.h1
1 files changed, 0 insertions, 1 deletions
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,