Dead code removed from TCP and IPC transports

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-07-28 13:46:16 +02:00
parent 5ac63140b0
commit 46b053b8d6
6 changed files with 89 additions and 282 deletions

View File

@@ -39,7 +39,7 @@ namespace zmq
~tcp_listener_t ();
// Set address to listen on.
int set_address (const char* protocol_, const char *addr_);
int set_address (const char *addr_);
private: