From ec9b77bc42ee03b16c69394ee8207510eea64c56 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Wed, 24 Oct 2018 13:30:46 +0200 Subject: [PATCH] Remove deprecated API: NetwrokSimulationInterface. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be landed after 23th October Bug: webrtc:9630 Change-Id: Ibf9c09d16e86789284491b16812ce57a3cad0624 Reviewed-on: https://webrtc-review.googlesource.com/c/104061 Commit-Queue: Artem Titov Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#25337} --- api/test/simulated_network.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/test/simulated_network.h b/api/test/simulated_network.h index a159ee7de2..0c5d8291cb 100644 --- a/api/test/simulated_network.h +++ b/api/test/simulated_network.h @@ -79,10 +79,6 @@ class NetworkBehaviorInterface { virtual ~NetworkBehaviorInterface() = default; }; -// TODO(bugs.webrtc.org/9630) remove it after migration to new API. -// Deprecated. DO NOT USE. Use NetworkBehaviorInterface instead. -using NetworkSimulationInterface = NetworkBehaviorInterface; - } // namespace webrtc #endif // API_TEST_SIMULATED_NETWORK_H_