Delete rtc::Message and rtc::MessageHandler

Bug: webrtc:9702
Change-Id: I5b9a42264b2a84acce9096b21102233b4ed2f5ce
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276261
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38160}
This commit is contained in:
Danil Chapovalov
2022-09-21 13:55:31 +02:00
committed by WebRTC LUCI CQ
parent 65ab3460f5
commit cbad8add12
8 changed files with 0 additions and 145 deletions

View File

@ -927,7 +927,6 @@ rtc_library("threading") {
"async_resolver.h",
"internal/default_socket_server.cc",
"internal/default_socket_server.h",
"message_handler.h",
"network_monitor.cc",
"network_monitor.h",
"network_monitor_factory.cc",
@ -936,7 +935,6 @@ rtc_library("threading") {
"physical_socket_server.h",
"thread.cc",
"thread.h",
"thread_message.h",
]
absl_deps = [
"//third_party/abseil-cpp/absl/algorithm:container",