Remove debug extern
This commit is contained in:
parent
6375d8699e
commit
274cb597b0
@ -85,8 +85,6 @@ mp_obj_property_t *make_property_long_lived(mp_obj_property_t *prop, uint8_t max
|
||||
return gc_make_long_lived(prop);
|
||||
}
|
||||
|
||||
extern const mp_obj_dict_t mcu_module_globals;
|
||||
|
||||
mp_obj_dict_t *make_dict_long_lived(mp_obj_dict_t *dict, uint8_t max_depth) {
|
||||
#ifndef MICROPY_ENABLE_GC
|
||||
return dict;
|
||||
|
Loading…
x
Reference in New Issue
Block a user