rt: Remove the GC alloc chain

This commit is contained in:
Patrick Walton
2011-09-20 14:20:16 -07:00
parent 45086b7bfd
commit 307957710c
3 changed files with 4 additions and 9 deletions

View File

@@ -57,7 +57,6 @@ rust_task::rust_task(rust_scheduler *sched, rust_task_list *state,
ref_count(1),
stk(NULL),
runtime_sp(0),
gc_alloc_chain(0),
sched(sched),
cache(NULL),
kernel(sched->kernel),