Index: webrtc/call/bitrate_allocator.h |
diff --git a/webrtc/call/bitrate_allocator.h b/webrtc/call/bitrate_allocator.h |
index f133fa1723ad81bb2304ee1ce38df79443469d85..cd3b2e163bf9523c72f2d64d52aa12550f852ba7 100644 |
--- a/webrtc/call/bitrate_allocator.h |
+++ b/webrtc/call/bitrate_allocator.h |
@@ -165,8 +165,6 @@ |
int num_pause_events_ GUARDED_BY(&sequenced_checker_); |
Clock* const clock_ GUARDED_BY(&sequenced_checker_); |
int64_t last_bwe_log_time_ GUARDED_BY(&sequenced_checker_); |
- uint32_t total_requested_padding_bitrate_ GUARDED_BY(&sequenced_checker_); |
- uint32_t total_requested_min_bitrate_ GUARDED_BY(&sequenced_checker_); |
}; |
} // namespace webrtc |
#endif // WEBRTC_CALL_BITRATE_ALLOCATOR_H_ |