mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
remove unused variable
This commit is contained in:
@@ -53,7 +53,6 @@ zmq::tcp_listener_t::tcp_listener_t (io_thread_t *io_thread_,
|
|||||||
socket_base_t *socket_, const options_t &options_) :
|
socket_base_t *socket_, const options_t &options_) :
|
||||||
own_t (io_thread_, options_),
|
own_t (io_thread_, options_),
|
||||||
io_object_t (io_thread_),
|
io_object_t (io_thread_),
|
||||||
has_file (false),
|
|
||||||
s (retired_fd),
|
s (retired_fd),
|
||||||
socket (socket_)
|
socket (socket_)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -68,9 +68,6 @@ namespace zmq
|
|||||||
// Address to listen on.
|
// Address to listen on.
|
||||||
tcp_address_t address;
|
tcp_address_t address;
|
||||||
|
|
||||||
// True, if the undelying file for UNIX domain socket exists.
|
|
||||||
bool has_file;
|
|
||||||
|
|
||||||
// Underlying socket.
|
// Underlying socket.
|
||||||
fd_t s;
|
fd_t s;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user