diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-03-15 17:34:57 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-03-16 00:44:06 +0100 |
| commit | 76d07f405675ab8eb636bdb9cb1fbfec6f3ed805 (patch) | |
| tree | 82ce909be5ff62aa63299ba022fcf500ba41d6b2 /src/rt/rust_task.cpp | |
| parent | 146b61189a5c206d744a09b9336c26e3dc1637c4 (diff) | |
| download | rust-76d07f405675ab8eb636bdb9cb1fbfec6f3ed805.tar.gz rust-76d07f405675ab8eb636bdb9cb1fbfec6f3ed805.zip | |
Remove dynastack support from runtime
Issue #1982
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 5bea4925829..32f1e0eb887 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -79,7 +79,6 @@ rust_task::rust_task(rust_task_thread *thread, rust_task_list *state, boxed(&local_region), unwinding(false), propagate_failure(true), - dynastack(this), cc_counter(0), total_stack_sz(0), state(state), |
