rt: Remove rust_task::notify_tasks_wating_to_join

This commit is contained in:
Brian Anderson
2011-11-16 16:58:52 -08:00
parent 342dc21d2c
commit bae817efe6
3 changed files with 0 additions and 22 deletions

View File

@@ -137,7 +137,6 @@ rust_scheduler::reap_dead_tasks(int id) {
task->lock.lock();
// Make sure this task isn't still running somewhere else...
if (task->can_schedule(id)) {
I(this, task->tasks_waiting_to_join.is_empty());
DLOG(this, task,
"deleting unreferenced dead task %s @0x%" PRIxPTR,
task->name, task);