summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-12-17 13:20:40 +0000
committerDamien George <damien.p.george@gmail.com>2015-12-17 13:20:40 +0000
commit02fa8dff859be40443f16baf9bc7431878f34ec1 (patch)
tree2a9120e446ef27f94d63ca5be77fe407ed31d1a5 /py
parent831137b8078639d29300c6b1acbae7e5f69dac56 (diff)
downloadmicropython-02fa8dff859be40443f16baf9bc7431878f34ec1.tar.gz
micropython-02fa8dff859be40443f16baf9bc7431878f34ec1.zip
py/modgc: Remove obsolete extern declaration.
Diffstat (limited to 'py')
-rw-r--r--py/modgc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/modgc.c b/py/modgc.c
index a9525a1dcb..d68ff7e6c0 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) {