Remove debug extern

This commit is contained in:
Scott Shawcroft 2020-03-03 10:55:50 -08:00
parent 6375d8699e
commit 274cb597b0
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 0 additions and 2 deletions

View File

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