aboutsummaryrefslogtreecommitdiff
path: root/buffet/shill_client.h
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2016-02-26 17:30:59 -0800
committerVitaly Buka <vitalybuka@google.com>2016-02-26 20:13:29 -0800
commit026dce2bce26ca52933ce10e200a196a6b59a63c (patch)
tree39f5a9a7622e4ab2dad18fb23935156b230b5cbd /buffet/shill_client.h
parent98b3323fbf2357e69dc8b3585fcf1e5e496cd82c (diff)
downloadweaved-026dce2bce26ca52933ce10e200a196a6b59a63c.tar.gz
Remove connectivity_state_ member
This value can be easily calculate from devices_. Change-Id: I1da30d04991dd08f0b89600632ed9e818d9f6b2a
Diffstat (limited to 'buffet/shill_client.h')
-rw-r--r--buffet/shill_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/buffet/shill_client.h b/buffet/shill_client.h
index 12fd619..6407a33 100644
--- a/buffet/shill_client.h
+++ b/buffet/shill_client.h
@@ -130,7 +130,6 @@ class ShillClient final : public weave::provider::Network,
// State for tracking our online connectivity.
std::map<dbus::ObjectPath, DeviceState> devices_;
- State connectivity_state_{State::kOffline};
std::unique_ptr<ApManagerClient> ap_manager_client_;