Commit 1842628b authored by Martin Sustrik's avatar Martin Sustrik

Unreferenced variable removed

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 2c7af358
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment