commit | efbd66b690afb9c91ea95f91e216667901191746 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Feb 23 18:44:23 2016 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Feb 24 18:13:07 2016 +0000 |
tree | 5be178014de0cb17ecb299524100b56c32b2a9c6 | |
parent | 5a1990fec7fd74ade9090cc4506d005b0891ea3e [diff] |
Remove unused constants Change-Id: I0352f364d492d86d482badca7e277c015024458b Reviewed-on: https://weave-review.googlesource.com/2729 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
diff --git a/src/privet/privet_handler.cc b/src/privet/privet_handler.cc index 8bfe753..83d5ef3 100644 --- a/src/privet/privet_handler.cc +++ b/src/privet/privet_handler.cc
@@ -114,8 +114,6 @@ std::string xmpp_endpoint; const char kFingerprintKey[] = "fingerprint"; -const char kStateKey[] = "state"; -const char kCommandsKey[] = "commands"; const char kTraitsKey[] = "traits"; const char kComponentsKey[] = "components"; const char kCommandsIdKey[] = "id";