rt: Remove dump_stacks

This commit is contained in:
Patrick Walton 2013-04-18 18:05:05 -07:00
parent c995a62d44
commit 9902e798d5
2 changed files with 0 additions and 3 deletions

View file

@ -595,7 +595,6 @@ rust_task::new_big_stack() {
} else {
stk_seg *borrowed_big_stack = sched_loop->borrow_big_stack();
if (!borrowed_big_stack) {
dump_stacks();
abort();
} else {
big_stack = borrowed_big_stack;

View file

@ -291,8 +291,6 @@ private:
char const *file,
size_t line);
void dump_stacks();
friend void task_start_wrapper(spawn_args *a);
friend void cleanup_task(cleanup_args *a);
friend void reset_stack_limit_on_c_stack(reset_args *a);