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

@@ -59,7 +59,6 @@ rust_task : public kernel_owned<rust_task>, rust_cond
context ctx;
stk_seg *stk;
uintptr_t runtime_sp; // Runtime sp while task running.
rust_box *gc_alloc_chain; // Linked list of GC allocations.
rust_scheduler *sched;
rust_crate_cache *cache;