rt: Remove lock_held_by_current_thread

This commit is contained in:
Brian Anderson
2012-03-18 15:59:00 -07:00
parent e4af1ca065
commit b247de6458
9 changed files with 0 additions and 75 deletions

View File

@@ -242,7 +242,6 @@ rust_task::must_fail_from_being_killed() {
bool
rust_task::must_fail_from_being_killed_unlocked() {
I(thread, kill_lock.lock_held_by_current_thread());
return killed && !reentered_rust_stack;
}