rt: rust_task::conclude_failure doesn't need to call unblock

This commit is contained in:
Brian Anderson
2011-11-18 13:23:27 -08:00
parent 3a6320f71b
commit d1ef29ab37

View File

@@ -330,8 +330,6 @@ rust_task::fail() {
void
rust_task::conclude_failure() {
// Unblock the task so it can unwind.
unblock();
fail_parent();
failed = true;
yield(4);