mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Problem: tipc_connector_t::_handle_valid is redundant
Solution: replace by checks against valid value of _handle
This commit is contained in:
@@ -95,10 +95,6 @@ class tipc_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