mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 04:38:42 +01:00
Problem: stream_engine_t::_as_server is not used
Solution: remove it
This commit is contained in:
parent
0852099f67
commit
8820dedcb7
@ -67,7 +67,6 @@ zmq::stream_engine_t::stream_engine_t (fd_t fd_,
|
||||
const options_t &options_,
|
||||
const std::string &endpoint_) :
|
||||
_s (fd_),
|
||||
_as_server (false),
|
||||
_handle (static_cast<handle_t> (NULL)),
|
||||
_inpos (NULL),
|
||||
_insize (0),
|
||||
|
@ -145,9 +145,6 @@ class stream_engine_t : public io_object_t, public i_engine
|
||||
// Underlying socket.
|
||||
fd_t _s;
|
||||
|
||||
// True iff this is server's engine.
|
||||
bool _as_server;
|
||||
|
||||
msg_t _tx_msg;
|
||||
// Need to store PING payload for PONG
|
||||
msg_t _pong_msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user