Problem: tipc_connector_t::_handle_valid is redundant

Solution: replace by checks against valid value of _handle
This commit is contained in:
Simon Giesecke
2019-01-31 08:37:06 -05:00
parent a13eb1a9d8
commit 361d7168ad
2 changed files with 5 additions and 11 deletions

View File

@@ -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;