aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 11:41:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-06 11:41:37 +0100
commit783cb95713a2e97bda53d5f3c2112303d38d3507 (patch)
tree5f0eed3224ef0972e2a3cb6ee968ade1583cd980 /vcal.h
parentAdd llist FIRST & LAST, rewrote code to use them. (diff)
downloadcalp-783cb95713a2e97bda53d5f3c2112303d38d3507.tar.gz
calp-783cb95713a2e97bda53d5f3c2112303d38d3507.tar.xz
Remove GC.
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcal.h b/vcal.h
index d25a77aa..946b626c 100644
--- a/vcal.h
+++ b/vcal.h
@@ -73,17 +73,4 @@ int free_vcalendar (vcalendar* cal);
*/
int push_event(vcalendar* cal, vevent* ev);
-/*
- * NOTE
- * these create a very basic garbage collector. It shouldn't be used,
- * but is useful for finding lost memmory during debugging.
- * TODO
- * remove it.
- */
-extern void** gc_vect;
-extern int gc_ptr;
-
-int gc_register(void* ptr);
-int gc_free(void* ptr);
-
#endif /* VCAL_H */