8000 Remove debug extern · gregdavill/circuitpython@274cb59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 274cb59

Browse files
committed
Remove debug extern
1 parent 6375d86 commit 274cb59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/gc_long_lived.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ mp_obj_property_t *make_property_long_lived(mp_obj_property_t *prop, uint8_t max
8585
return gc_make_long_lived(prop);
8686
}
8787

88-
extern const mp_obj_dict_t mcu_module_globals;
89-
9088
mp_obj_dict_t *make_dict_long_lived(mp_obj_dict_t *dict, uint8_t max_depth) {
9189
#ifndef MICROPY_ENABLE_GC
9290
return dict;

0 commit comments

Comments
 (0)
0