Delete unused method VideoCodingModule::DiscardedPackets().

This method isn't called and the value it represents, is made available
via the stats APIs.

BUG=none

Review-Url: https://codereview.webrtc.org/2760613002
Cr-Commit-Position: refs/heads/master@{#17287}
This commit is contained in:
tommi
2017-03-17 05:48:24 -07:00
committed by Commit bot
parent b1db3702f7
commit 05e908b10b
6 changed files with 0 additions and 20 deletions

View File

@ -68,7 +68,6 @@ class VCMReceiver {
bool prefer_late_decoding);
void ReleaseFrame(VCMEncodedFrame* frame);
void ReceiveStatistics(uint32_t* bitrate, uint32_t* framerate);
uint32_t DiscardedPackets() const;
// NACK.
void SetNackMode(VCMNackMode nackMode,