Skip to content

Commit d1ef29a

Browse files
committed
rt: rust_task::conclude_failure doesn't need to call unblock
1 parent 3a6320f commit d1ef29a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/rust_task.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,6 @@ rust_task::fail() {
330330

331331
void
332332
rust_task::conclude_failure() {
333-
// Unblock the task so it can unwind.
334-
unblock();
335333
fail_parent();
336334
failed = true;
337335
yield(4);

0 commit comments

Comments
 (0)