diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-10-19 14:47:50 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-24 16:06:16 -0700 |
| commit | d9b23cb0224efb7157d2888bdaef85edebf6dd08 (patch) | |
| tree | 9b90f44fc8441a7dff8d2499dcda9f726f08b898 /src/rt/rust_builtin.cpp | |
| parent | 44697a4293ae083e57b49cc2afe6cf7fca71b10a (diff) | |
| download | rust-d9b23cb0224efb7157d2888bdaef85edebf6dd08.tar.gz rust-d9b23cb0224efb7157d2888bdaef85edebf6dd08.zip | |
move comm functions out of rust abi
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 32eb4a685d7..310d61b182e 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -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(); } } |
