diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 6db138b418e..7e146cce68e 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -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; |
