Problem: ipc_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:35:49 -05:00
parent 065e81879a
commit a13eb1a9d8
2 changed files with 5 additions and 11 deletions

View File

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