rip out unused task pointers
This commit is contained in:
committed by
Brian Anderson
parent
d9b23cb022
commit
4880065429
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user