Remove seemingly unused timer

Bug: none
Change-Id: I47cb2a22e6d62e0bfd094fc6246a27b48286b33d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172801
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30995}
This commit is contained in:
Tommi
2020-04-02 22:59:29 +02:00
committed by Commit Bot
parent fdc4ca13b6
commit eb03d286df
2 changed files with 1 additions and 14 deletions

View File

@ -124,7 +124,6 @@ class VideoReceiver : public Module {
// over to the decoder thread.
VCMDecoderDataBase _codecDataBase;
VCMProcessTimer _receiveStatsTimer RTC_GUARDED_BY(module_thread_checker_);
VCMProcessTimer _retransmissionTimer RTC_GUARDED_BY(module_thread_checker_);
VCMProcessTimer _keyRequestTimer RTC_GUARDED_BY(module_thread_checker_);
ThreadUnsafeOneTimeEvent first_frame_received_