mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 11:06:59 +01:00
Unreferenced variable removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
2c7af35827
commit
1842628b90
@ -47,7 +47,6 @@ int zmq::tcp_socket_t::open (fd_t fd_, int sndbuf_, int rcvbuf_)
|
||||
}
|
||||
|
||||
if (rcvbuf_) {
|
||||
int sz = (int) rcvbuf_;
|
||||
int rc = setsockopt (s, SOL_SOCKET, SO_RCVBUF,
|
||||
(char*) &rcvbuf_, sizeof (int));
|
||||
errno_assert (rc == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user