diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-03-03 10:55:50 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-03-03 10:55:50 -0800 |
| commit | 274cb597b0cd2a12b82d6efe2c40fb76402f8644 (patch) | |
| tree | bef2ae0b41fc4debbbc96a7ec7aebeab0d2eeb5b /py | |
| parent | 6375d8699e84ffab0754af58c311bf869ad648ab (diff) | |
Remove debug extern
Diffstat (limited to 'py')
| -rwxr-xr-x | py/gc_long_lived.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/gc_long_lived.c b/py/gc_long_lived.c index a2b5d88e0..0e94390e9 100755 --- a/py/gc_long_lived.c +++ b/py/gc_long_lived.c @@ -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; |
