Clean up the TaskQueuePacedSender constructor.
Removes the unused event log pointer and the default arguments. Bug: webrtc:13417 Change-Id: I90341528cdfd7a5c102addaa4e7c83e875525386 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255562 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36238}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
8e1ae8cf57
commit
1a08096998
@ -97,7 +97,6 @@ const TimeDelta PacingController::kMinSleepTime = TimeDelta::Millis(1);
|
||||
|
||||
PacingController::PacingController(Clock* clock,
|
||||
PacketSender* packet_sender,
|
||||
RtcEventLog* event_log,
|
||||
const WebRtcKeyValueConfig& field_trials,
|
||||
ProcessMode mode)
|
||||
: mode_(mode),
|
||||
|
||||
Reference in New Issue
Block a user