Index: webrtc/modules/congestion_controller/delay_based_bwe.h |
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h |
index 5ae60f7d21255480eb95fe2ebb65c64087f60434..2ac3586fb721ff41716684b2a85aab895c1b12b1 100644 |
--- a/webrtc/modules/congestion_controller/delay_based_bwe.h |
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.h |
@@ -77,8 +77,6 @@ class DelayBasedBwe { |
int64_t prev_time_ms_; |
float bitrate_estimate_; |
float bitrate_estimate_var_; |
- RateStatistics old_estimator_; |
- const bool in_experiment_; |
}; |
Result IncomingPacketFeedback(const PacketFeedback& packet_feedback); |