diff --git a/logging/BUILD.gn b/logging/BUILD.gn index b65c0b8dce..95a5cac9d2 100644 --- a/logging/BUILD.gn +++ b/logging/BUILD.gn @@ -32,16 +32,6 @@ group("logging") { } } -# TODO(mbonadei): Remove when the following CL is landed: -# https://webrtc-review.googlesource.com/c/src/+/46900. -# This is only a backwards compatible target. -rtc_source_set("rtc_event_log_impl") { - visibility = [ "*" ] - deps = [ - ":rtc_event_log_impl_base", - ] -} - rtc_source_set("rtc_event_log_api") { sources = [ "rtc_event_log/encoder/rtc_event_log_encoder.h",