Skip to content

Commit 02fa8df

Browse files
committed
py/modgc: Remove obsolete extern declaration.
1 parent 831137b commit 02fa8df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/modgc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232

3333
/// \module gc - control the garbage collector
3434

35-
extern uint gc_collected;
36-
3735
/// \function collect()
3836
/// Run a garbage collection.
3937
STATIC mp_obj_t py_gc_collect(void) {

0 commit comments

Comments
 (0)