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

@@ -259,7 +259,6 @@ const void *const mp_fun_table[MP_F_NUMBER_OF] = {
mp_unpack_ex,
mp_delete_name,
mp_delete_global,
mp_obj_new_cell,
mp_make_closure_from_raw_code,
mp_arg_check_num_sig,
mp_setup_code_state,