move comm functions out of rust abi

This commit is contained in:
Niko Matsakis
2011-10-19 14:47:50 -07:00
committed by Brian Anderson
parent 44697a4293
commit d9b23cb022
3 changed files with 34 additions and 14 deletions

View File

@@ -576,7 +576,6 @@ chan_id_send(type_desc *t, rust_task_id target_task_id,
port->remote_chan->send(sptr);
}
target_task->deref();
task->yield();
}
}