Only one gc glue.

This commit is contained in:
Rafael Ávila de Espíndola
2011-05-24 18:52:31 -04:00
parent 31de8e15c0
commit de2e84e5b0
4 changed files with 6 additions and 12 deletions

View File

@@ -380,7 +380,7 @@ rust_task::gc(size_t nargs)
{
DLOG(dom, task,
"task %s @0x%" PRIxPTR " garbage collecting", name, this);
run_after_return(nargs, dom->root_crate->get_gc_glue());
// run_after_return(nargs, rust_gc_glue);
}
void