rt: Remove chan_send. Unused.
This commit is contained in:
parent
2e8ebb7c27
commit
0dc8387995
2 changed files with 0 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue