aboutsummaryrefslogtreecommitdiff
path: root/py/runtime0.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-11-01 17:26:10 +1100
committerDamien George <damien.p.george@gmail.com>2019-11-01 17:26:10 +1100
commitf2ecfe8b83b4efe24d721778e324a31237653627 (patch)
tree71dccd93a0d2aee7211684e3ec2e4f63d186695a /py/runtime0.h
parent2ee9e1a4edf31824f2ff4ba6fb73129c798dcb36 (diff)
py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.
It has been unused since 9988618e0e0f5c319e31b135d993e22efb593093
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 364f237f6..f588110c0 100644
--- a/py/runtime0.h
+++ b/py/runtime0.h
@@ -196,7 +196,6 @@ typedef enum {
MP_F_UNPACK_EX,
MP_F_DELETE_NAME,
MP_F_DELETE_GLOBAL,
- MP_F_NEW_CELL,
MP_F_MAKE_CLOSURE_FROM_RAW_CODE,
MP_F_ARG_CHECK_NUM_SIG,
MP_F_SETUP_CODE_STATE,