1
Fork 0

rt: Remove chan_send. Unused.

This commit is contained in:
Brian Anderson 2011-11-10 15:36:09 -08:00
parent 2e8ebb7c27
commit 0dc8387995
2 changed files with 0 additions and 6 deletions

View file

@ -518,11 +518,6 @@ void drop_port(rust_port *port) {
port->ref_count--;
}
extern "C" CDECL
void chan_send(rust_chan *chan, void *sptr) {
chan->send(sptr);
}
extern "C" CDECL void
chan_id_send(type_desc *t, rust_task_id target_task_id,
rust_port_id target_port_id, void *sptr) {