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:
nisse
2017-03-17 07:04:00 -07:00
committed by Commit bot
parent 3b941bef7a
commit 40ba3addc7
5 changed files with 2 additions and 11 deletions

View File

@ -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 +