From d0171913aad1b50c0f5d58ca014965b805d16eef Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 19 Aug 2011 19:17:05 -0700 Subject: rt: Remove rustboot's GC infrastructure --- src/rt/rust_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_builtin.cpp') diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index ac4491f1588..044239065e9 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -118,7 +118,7 @@ refcount(rust_task *task, type_desc *t, intptr_t *v) { extern "C" CDECL void do_gc(rust_task *task) { - task->gc(); + // TODO } extern "C" CDECL void -- cgit 1.4.1-3-g733a5