diff options
author | Damien George <damien.p.george@gmail.com> | 2019-11-01 17:26:10 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-11-01 17:26:10 +1100 |
commit | f2ecfe8b83b4efe24d721778e324a31237653627 (patch) | |
tree | 71dccd93a0d2aee7211684e3ec2e4f63d186695a /py/emitnx86.c | |
parent | 2ee9e1a4edf31824f2ff4ba6fb73129c798dcb36 (diff) | |
download | micropython-f2ecfe8b83b4efe24d721778e324a31237653627.tar.gz micropython-f2ecfe8b83b4efe24d721778e324a31237653627.zip |
py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.
It has been unused since 9988618e0e0f5c319e31b135d993e22efb593093
Diffstat (limited to 'py/emitnx86.c')
-rw-r--r-- | py/emitnx86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emitnx86.c b/py/emitnx86.c index 7c96c3b82b..0122e46bab 100644 --- a/py/emitnx86.c +++ b/py/emitnx86.c @@ -60,7 +60,6 @@ STATIC byte mp_f_n_args[MP_F_NUMBER_OF] = { [MP_F_UNPACK_EX] = 3, [MP_F_DELETE_NAME] = 1, [MP_F_DELETE_GLOBAL] = 1, - [MP_F_NEW_CELL] = 1, [MP_F_MAKE_CLOSURE_FROM_RAW_CODE] = 3, [MP_F_ARG_CHECK_NUM_SIG] = 3, [MP_F_SETUP_CODE_STATE] = 4, |