rt: Remove rust_chan

This commit is contained in:
Brian Anderson
2011-11-11 11:46:07 -08:00
parent 39084fb881
commit 5d1e321ecb
9 changed files with 29 additions and 140 deletions

View File

@@ -209,7 +209,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond
// not at all safe.
intptr_t get_ref_count() const { return ref_count; }
rust_chan *get_chan_by_handle(chan_handle *handle);
rust_port *get_port_by_chan_handle(chan_handle *handle);
// FIXME: These functions only exist to get the tasking system off the
// ground. We should never be migrating shared boxes between tasks.