tiny runtime cleanup

This commit is contained in:
Ben Blum
2012-07-24 17:35:08 -04:00
parent f42a5a1acd
commit 2040a5c632
3 changed files with 5 additions and 7 deletions

View File

@@ -295,12 +295,6 @@ void rust_task::kill_inner() {
LOG(this, task, "preparing to unwind task: 0x%" PRIxPTR, this);
}
// (bblum): Move this to rust_builtin.cpp (cleanup)
extern "C" CDECL
bool rust_task_is_unwinding(rust_task *rt) {
return rt->unwinding;
}
void
rust_task::fail() {
// See note in ::kill() regarding who should call this.