diff --git a/api/test/simulated_network.h b/api/test/simulated_network.h index 3fba61f74d..fcac51f4ea 100644 --- a/api/test/simulated_network.h +++ b/api/test/simulated_network.h @@ -46,8 +46,7 @@ struct PacketDeliveryInfo { // for built-in network behavior that will be used by WebRTC if no custom // NetworkBehaviorInterface is provided. struct BuiltInNetworkBehaviorConfig { - BuiltInNetworkBehaviorConfig() {} - // Queue length in number of packets. + // Queue length in number of packets. size_t queue_length_packets = 0; // Delay in addition to capacity induced delay. int queue_delay_ms = 0;