rt: Remove dump_stacks
This commit is contained in:
parent
c995a62d44
commit
9902e798d5
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue