mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
rt: Remove chan_send. Unused.
This commit is contained in:
parent
2e8ebb7c27
commit
0dc8387995
@ -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) {
|
||||
|
@ -10,7 +10,6 @@ aio_stop
|
||||
aio_writedata
|
||||
align_of
|
||||
chan_id_send
|
||||
chan_send
|
||||
check_claims
|
||||
debug_box
|
||||
debug_fn
|
||||
|
Loading…
Reference in New Issue
Block a user