Remove deprecated IceCandidateType values

Bug: none
Change-Id: I13ebcc6fd38aa25fee8afd92bda06a0f3483cda1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/337120
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41692}
This commit is contained in:
Tommi 2024-02-01 14:04:19 +01:00 committed by WebRTC LUCI CQ
parent 76817070d3
commit 5e04753e7a

View file

@ -38,9 +38,6 @@ enum class IceCandidateType {
kSrflx,
kPrflx,
kRelay,
// TODO(tommi): Legacy names. Remove.
kLocal [[deprecated("Use kHost instead")]] = kHost,
kStun [[deprecated("Use kSrflx instead ")]] = kSrflx
};
enum class IceCandidatePairProtocol {