Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h |
index 3cdf4a902155437bc7041d1e3b354baafa7224c7..77b03fe7b1277de63ae1ce04eb629953bf7ef01f 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h |
@@ -370,7 +370,6 @@ class ChokeFilter : public PacketProcessor { |
uint32_t capacity_kbps_; |
int64_t last_send_time_us_; |
rtc::scoped_ptr<DelayCapHelper> delay_cap_helper_; |
- int64_t max_delay_us_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(ChokeFilter); |
}; |
@@ -447,8 +446,6 @@ class VideoSource { |
int64_t next_frame_rand_ms_; |
int64_t now_ms_; |
RTPHeader prototype_header_; |
- int64_t start_plotting_ms_; |
- uint32_t previous_bitrate_bps_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VideoSource); |
}; |