Delete unused member RTCPSender::FeedbackState::send_payload_type.
It became unused with cl https://codereview.webrtc.org/2746413003/ BUG=webrtc:7338 Review-Url: https://codereview.webrtc.org/2759433005 Cr-Commit-Position: refs/heads/master@{#17293}
This commit is contained in:
@ -318,7 +318,6 @@ RTCPSender::FeedbackState ModuleRtpRtcpImpl::GetFeedbackState() {
|
||||
rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
|
||||
|
||||
RTCPSender::FeedbackState state;
|
||||
state.send_payload_type = rtp_sender_.SendPayloadType();
|
||||
state.packets_sent = rtp_stats.transmitted.packets +
|
||||
rtx_stats.transmitted.packets;
|
||||
state.media_bytes_sent = rtp_stats.transmitted.payload_bytes +
|
||||
|
||||
Reference in New Issue
Block a user