summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-03-03 10:55:50 -0800
committerScott Shawcroft <scott@tannewt.org>2020-03-03 10:55:50 -0800
commit274cb597b0cd2a12b82d6efe2c40fb76402f8644 (patch)
treebef2ae0b41fc4debbbc96a7ec7aebeab0d2eeb5b /py
parent6375d8699e84ffab0754af58c311bf869ad648ab (diff)
Remove debug extern
Diffstat (limited to 'py')
-rwxr-xr-xpy/gc_long_lived.c2
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;