mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 07:04:41 +01:00
Problem: ipc_connector_t::_handle_valid is redundant
Solution: replace by checks against valid value of _handle
This commit is contained in:
@@ -104,10 +104,6 @@ class ipc_connecter_t : public own_t, public io_object_t
|
||||
// Handle corresponding to the listening socket.
|
||||
handle_t _handle;
|
||||
|
||||
// If true file descriptor is registered with the poller and 'handle'
|
||||
// contains valid value.
|
||||
bool _handle_valid;
|
||||
|
||||
// If true, connecter is waiting a while before trying to connect.
|
||||
const bool _delayed_start;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user