about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2012-03-15 17:34:57 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2012-03-16 00:44:06 +0100
commit76d07f405675ab8eb636bdb9cb1fbfec6f3ed805 (patch)
tree82ce909be5ff62aa63299ba022fcf500ba41d6b2 /src/rt/rust_task.cpp
parent146b61189a5c206d744a09b9336c26e3dc1637c4 (diff)
downloadrust-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.cpp1
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),