py/modgc: Remove obsolete extern declaration.
This commit is contained in:
parent
831137b807
commit
02fa8dff85
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
/// \module gc - control the garbage collector
|
/// \module gc - control the garbage collector
|
||||||
|
|
||||||
extern uint gc_collected;
|
|
||||||
|
|
||||||
/// \function collect()
|
/// \function collect()
|
||||||
/// Run a garbage collection.
|
/// Run a garbage collection.
|
||||||
STATIC mp_obj_t py_gc_collect(void) {
|
STATIC mp_obj_t py_gc_collect(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user