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

@ -231,10 +231,6 @@ class VideoCodingModuleImpl : public VideoCodingModule {
int32_t Delay() const override { return receiver_.Delay(); }
uint32_t DiscardedPackets() const override {
return receiver_.DiscardedPackets();
}
int SetReceiverRobustnessMode(ReceiverRobustness robustnessMode,
VCMDecodeErrorMode errorMode) override {
return receiver_.SetReceiverRobustnessMode(robustnessMode, errorMode);