rip out unused task pointers
This commit is contained in:
parent
d9b23cb022
commit
4880065429
2 changed files with 12 additions and 12 deletions
|
@ -559,8 +559,8 @@ void drop_port(rust_port *port) {
|
|||
port->ref_count--;
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
chan_send(rust_chan *chan, void *sptr) {
|
||||
extern "C" CDECL
|
||||
void chan_send(rust_chan *chan, void *sptr) {
|
||||
chan->send(sptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue