From d2cbfaf217456e5d54b7e7dd097c02bcd4096fac Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 3 Jan 2016 22:57:13 -0500 Subject: [PATCH] Cleanup TODO --- runtime.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime.c b/runtime.c index e8aecbe7..f14301cf 100644 --- a/runtime.c +++ b/runtime.c @@ -2176,9 +2176,6 @@ void Cyc_apply_from_buf(void *data, int argc, object prim, object *buf) { /** * Start a thread's trampoline - -TODO: should rename this function to make it more clear what is really going on - */ void Cyc_start_trampoline(gc_thread_data *thd) {