about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorBen Blum <bblum@andrew.cmu.edu>2012-07-25 13:24:00 -0400
committerBen Blum <bblum@andrew.cmu.edu>2012-07-25 13:24:00 -0400
commit8d43724087b20a6167fe1a178f965012d75efc7e (patch)
treeeb6d5e55b319b722708a2ddf833a6884f02fb901 /src/rt/rust_task.cpp
parentc68f2d9aab7e573824d7055a6c6f4783a53dc3f8 (diff)
downloadrust-8d43724087b20a6167fe1a178f965012d75efc7e.tar.gz
rust-8d43724087b20a6167fe1a178f965012d75efc7e.zip
minor rt cleanup
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index ab07f317550..b2f7538b628 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -574,15 +574,6 @@ sp_in_stk_seg(uintptr_t sp, stk_seg *stk) {
     return (uintptr_t)stk->data <= sp && sp <= stk->end;
 }
 
-struct reset_args {
-    rust_task *task;
-    uintptr_t sp;
-};
-
-void
-reset_stack_limit_on_c_stack(reset_args *args) {
-}
-
 /*
 Called by landing pads during unwinding to figure out which stack segment we
 are currently running on and record the stack limit (which was not restored