remove unused variable

This commit is contained in:
Martin Hurton
2012-03-20 19:34:10 +01:00
parent 60e45f34b6
commit 35233f9e2f
2 changed files with 0 additions and 4 deletions

View File

@@ -68,9 +68,6 @@ namespace zmq
// Address to listen on.
tcp_address_t address;
// True, if the undelying file for UNIX domain socket exists.
bool has_file;
// Underlying socket.
fd_t s;