summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/gccollect.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/gccollect.h')
-rw-r--r--esp8266/gccollect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/gccollect.h b/esp8266/gccollect.h
index b1804d30e2..e360ef2f29 100644
--- a/esp8266/gccollect.h
+++ b/esp8266/gccollect.h
@@ -37,5 +37,4 @@ extern uint32_t _bss_end;
extern uint32_t _heap_start;
extern uint32_t _heap_end;
-void gc_collect_init(void);
void gc_collect(void);