diff options
author | Tianjie Xu <xunchang@google.com> | 2020-07-06 21:23:45 +0000 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2020-07-06 21:23:45 +0000 |
commit | 242e33af30f7aa74531d436e1609100aae3b4394 (patch) | |
tree | 048c16c3935bac60f150f676ad8f8d8493248ce1 /metrics_utils.cc | |
parent | 33d180914ef2cb9286595fb1fdcc3511c5fb1c34 (diff) | |
parent | 55abd3cbae6bd150b3534728a63befd1cadd6c5e (diff) |
Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"
Diffstat (limited to 'metrics_utils.cc')
-rw-r--r-- | metrics_utils.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/metrics_utils.cc b/metrics_utils.cc index 9abc3ef7..da3a2c39 100644 --- a/metrics_utils.cc +++ b/metrics_utils.cc @@ -280,12 +280,6 @@ metrics::ConnectionType GetConnectionType(ConnectionType type, else return metrics::ConnectionType::kWifi; - case ConnectionType::kWimax: - return metrics::ConnectionType::kWimax; - - case ConnectionType::kBluetooth: - return metrics::ConnectionType::kBluetooth; - case ConnectionType::kCellular: return metrics::ConnectionType::kCellular; } |