mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
py: Remove mp_load_const_str and replace uses with inlined version.
This commit is contained in:
@@ -92,7 +92,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_str,
|
||||
mp_load_const_bytes,
|
||||
mp_load_name,
|
||||
mp_load_global,
|
||||
|
||||
Reference in New Issue
Block a user