diff --git a/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h b/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h index c8623a3010..14984b324f 100644 --- a/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h +++ b/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h @@ -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 {