summaryrefslogtreecommitdiff
path: root/garbage.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 15:25:01 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 15:25:01 +0000
commit480de114963ecee700ece5b8793916726c04b9ab (patch)
tree9c1543307aef92c1c88289a4d07ad4dcbae6b38c /garbage.c
parentee65a81ee5b0112ba4480619ca672c569fb28b45 (diff)
Replace the C repl with one written in prolog :)
Diffstat (limited to 'garbage.c')
-rw-r--r--garbage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/garbage.c b/garbage.c
index 212c171..4e5d041 100644
--- a/garbage.c
+++ b/garbage.c
@@ -66,14 +66,10 @@ collectgarbage(void)
1) The modules
2) The goalstack
3) The choicestack
- 4) The replbindings
- 5) The replquery
*/
markmodules();
markgoalstack(goalstack);
markchoicestack();
- markbindings(replbindings);
- markterm(replquery);
/* Free the allocations that were not marked as reachable */
for(i = 0; i < TableSize; i++){