diff options
Diffstat (limited to 'py/nativeglue.c')
-rw-r--r-- | py/nativeglue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/nativeglue.c b/py/nativeglue.c index 43e7d699ff..14638d4eff 100644 --- a/py/nativeglue.c +++ b/py/nativeglue.c @@ -91,8 +91,6 @@ void mp_native_raise(mp_obj_t o) { void *const mp_fun_table[MP_F_NUMBER_OF] = { mp_convert_obj_to_native, mp_convert_native_to_obj, - mp_load_const_int, - mp_load_const_dec, mp_load_const_str, mp_load_const_bytes, mp_load_name, |