Objectified library chans and ports.

This commit is contained in:
Eric Holk
2011-07-29 18:52:16 -07:00
parent 5a673cc2c9
commit b3d9d9b73c
3 changed files with 17 additions and 15 deletions

View File

@@ -912,7 +912,6 @@ void drop_chan(rust_task *task, rust_chan *chan) {
extern "C" CDECL
void drop_port(rust_task *, rust_port *port) {
port->ref_count--;
>>>>>>> Started working on a library-based comm system. Creating and deleting ports work.
}
//