Comments to clarify the socket name function

This commit is contained in:
Ian Barber
2013-06-21 16:56:45 +01:00
parent 1fe7820629
commit cabf4e658f
2 changed files with 2 additions and 2 deletions

View File

@@ -109,8 +109,6 @@ namespace zmq
size_t add_property (unsigned char *ptr,
const char *name, const void *value, size_t value_len);
const char *socket_type_string (int socket_type);
// Underlying socket.
fd_t s;