diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-09-20 14:20:16 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-09-20 14:20:16 -0700 |
| commit | 307957710c69f41519f5f22997c629fc5e077771 (patch) | |
| tree | 6e15b2868631fcfa76261da28fca42a2ac918672 /src/rt/rust_task.cpp | |
| parent | 45086b7bfd3ae6f97e28f215b58d1f19def09c4d (diff) | |
| download | rust-307957710c69f41519f5f22997c629fc5e077771.tar.gz rust-307957710c69f41519f5f22997c629fc5e077771.zip | |
rt: Remove the GC alloc chain
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 7ef3975fd51..ca85411e9d5 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -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), |
