| Index: webrtc/modules/video_coding/main/source/codec_timer.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/codec_timer.cc b/webrtc/modules/video_coding/main/source/codec_timer.cc
|
| index a46225881362014e41c67267a6d65f75fcbcd3bc..57985c71e7c2f5bf3449812c2e70d07e12705e06 100644
|
| --- a/webrtc/modules/video_coding/main/source/codec_timer.cc
|
| +++ b/webrtc/modules/video_coding/main/source/codec_timer.cc
|
| @@ -28,13 +28,6 @@ _history()
|
| Reset();
|
| }
|
|
|
| -int32_t VCMCodecTimer::StopTimer(int64_t startTimeMs, int64_t nowMs)
|
| -{
|
| - const int32_t timeDiff = static_cast<int32_t>(nowMs - startTimeMs);
|
| - MaxFilter(timeDiff, nowMs);
|
| - return timeDiff;
|
| -}
|
| -
|
| void VCMCodecTimer::Reset()
|
| {
|
| _filteredMax = 0;
|
|
|