mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Dead code removed from TCP and IPC transports
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user