Delete RtcpPacketTypeCounter::first_packet_time_ms as unused
Bug: webrtc:13757 Change-Id: I358ab99c899b9de5f0135d5293101e7abda4aa31 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265682 Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37198}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
69a32cc2d3
commit
e45cfb45b1
@ -466,9 +466,6 @@ bool RTCPReceiver::ParseCompoundPacket(rtc::ArrayView<const uint8_t> packet,
|
||||
break;
|
||||
}
|
||||
|
||||
if (packet_type_counter_.first_packet_time_ms == -1)
|
||||
packet_type_counter_.first_packet_time_ms = clock_->TimeInMilliseconds();
|
||||
|
||||
switch (rtcp_block.type()) {
|
||||
case rtcp::SenderReport::kPacketType:
|
||||
HandleSenderReport(rtcp_block, packet_information);
|
||||
|
||||
Reference in New Issue
Block a user