rt: Remove rustboot's GC infrastructure

This commit is contained in:
Patrick Walton
2011-08-19 19:17:05 -07:00
parent 8fa86672ab
commit d0171913aa
6 changed files with 6 additions and 126 deletions

View File

@@ -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