Remove deprecated DefaultNetworkSimulationConfig

To be landed after 23th October

Bug: webrtc:9630
Change-Id: Ie322fe5428824b29ad51edaaa446121c5511b9ff
Reviewed-on: https://webrtc-review.googlesource.com/c/104600
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25339}
This commit is contained in:
Artem Titov
2018-10-24 14:14:09 +02:00
committed by Commit Bot
parent a418e67c53
commit e943d43926

View File

@ -63,10 +63,6 @@ struct BuiltInNetworkBehaviorConfig {
int avg_burst_loss_length = -1;
};
// TODO(bugs.webrtc.org/9630) remove it after migration to new API.
// Deprecated. DO NOT USE. Use BuiltInNetworkBehaviorConfig instead.
using DefaultNetworkSimulationConfig = BuiltInNetworkBehaviorConfig;
class NetworkBehaviorInterface {
public:
virtual bool EnqueuePacket(PacketInFlightInfo packet_info) = 0;