Minor rtc_event_log_impl cleanup.
Removed unused variables. Bug: webrtc:10756 Change-Id: I7ce8fc3fc5a3c269b4ee74d77425c3e240d91525 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143161 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28334}
This commit is contained in:
committed by
Commit Bot
parent
6c42d92ccc
commit
a550dad57a
@ -69,8 +69,6 @@ class RtcEventLogImpl final : public RtcEventLog {
|
||||
// History containing the most recent (non-configuration) events (~10s).
|
||||
std::deque<std::unique_ptr<RtcEvent>> history_ RTC_GUARDED_BY(*task_queue_);
|
||||
|
||||
size_t max_size_bytes_ RTC_GUARDED_BY(*task_queue_);
|
||||
size_t written_bytes_ RTC_GUARDED_BY(*task_queue_);
|
||||
|
||||
std::unique_ptr<RtcEventLogEncoder> event_encoder_
|
||||
RTC_GUARDED_BY(*task_queue_);
|
||||
|
||||
Reference in New Issue
Block a user