Revert linked failure (killing runtime)

This reverts commit 200a2ded32.
This commit is contained in:
Ben Blum
2012-07-12 19:42:58 -04:00
parent 1c62f5ff74
commit 5724c64549
6 changed files with 23 additions and 59 deletions

View File

@@ -863,11 +863,6 @@ rust_task_kill_other(rust_task *task) { /* Used for linked failure */
task->kill();
}
extern "C" void
rust_task_kill_all(rust_task *task) {
task->fail_sched_loop();
}
extern "C" rust_cond_lock*
rust_create_cond_lock() {
return new rust_cond_lock();