From c78da1e17016d178d55d5f899ab254f5ed44a899 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 3 Mar 2012 16:57:58 -0800 Subject: rt: Stop calling prepare_valgrind_stack when it's not needed --- src/rt/rust_task.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index c9838b193e6..c6e0aa159da 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -602,7 +602,6 @@ rust_task::new_stack(size_t requested_sz) { LOGPTR(thread, "stk end", new_stk->end); stk = new_stk; - prepare_valgrind_stack(stk); total_stack_sz += user_stack_size(new_stk); } -- cgit 1.4.1-3-g733a5