Skip to content

Commit 9902e79

Browse files
committed
rt: Remove dump_stacks
1 parent c995a62 commit 9902e79

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/rt/rust_task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ rust_task::new_big_stack() {
595595
} else {
596596
stk_seg *borrowed_big_stack = sched_loop->borrow_big_stack();
597597
if (!borrowed_big_stack) {
598-
dump_stacks();
599598
abort();
600599
} else {
601600
big_stack = borrowed_big_stack;

src/rt/rust_task.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ rust_task : public kernel_owned<rust_task>
291291
char const *file,
292292
size_t line);
293293

294-
void dump_stacks();
295-
296294
friend void task_start_wrapper(spawn_args *a);
297295
friend void cleanup_task(cleanup_args *a);
298296
friend void reset_stack_limit_on_c_stack(reset_args *a);

0 commit comments

Comments
 (0)