Remove deprecated API: NetwrokSimulationInterface.

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 <titovartem@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25337}
This commit is contained in:
Artem Titov 2018-10-24 13:30:46 +02:00 committed by Commit Bot
parent 257ed437f0
commit ec9b77bc42

View File

@ -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_