From 02fa8dff859be40443f16baf9bc7431878f34ec1 Mon Sep 17 00:00:00 2001 From: Damien George <damien.p.george@gmail.com> Date: Thu, 17 Dec 2015 13:20:40 +0000 Subject: [PATCH] py/modgc: Remove obsolete extern declaration. --- py/modgc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/modgc.c b/py/modgc.c index a9525a1dc..d68ff7e6c 100644 --- a/py/modgc.c +++ b/py/modgc.c @@ -32,8 +32,6 @@ /// \module gc - control the garbage collector -extern uint gc_collected; - /// \function collect() /// Run a garbage collection. STATIC mp_obj_t py_gc_collect(void) { -- GitLab