shill: Tethering: Remove channel in TetheringStatus which is not used by Chrome
BUG=b:235763297
TEST=FEATURES=test emerge-$BOARD shill
Change-Id: Ie2867a1768b239a775c1e598730d1d2bc0528e57
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4158837
Tested-by: Jintao Lin <jintaolin@chromium.org>
Commit-Queue: Jintao Lin <jintaolin@chromium.org>
Reviewed-by: Matthew Wang <matthewmwang@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: 48b6ed6eef2f175f1aa02826202c34df27de64be
diff --git a/dbus/shill/dbus-constants.h b/dbus/shill/dbus-constants.h
index 9c4179c..63557c7 100644
--- a/dbus/shill/dbus-constants.h
+++ b/dbus/shill/dbus-constants.h
@@ -941,7 +941,6 @@
const char kTetheringCapUpstreamProperty[] = "upstream_technologies";
// Manager kTetheringStatusProperty dictionary key names.
-const char kTetheringStatusChannelProperty[] = "channel";
const char kTetheringStatusClientHostnameProperty[] = "hostname";
const char kTetheringStatusClientIPv4Property[] = "IPv4";
const char kTetheringStatusClientIPv6Property[] = "IPv6";