py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table.

It has been unused since 9988618e0e
This commit is contained in:
Damien George
2019-11-01 17:26:10 +11:00
parent 2ee9e1a4ed
commit f2ecfe8b83
3 changed files with 0 additions and 3 deletions

View File

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