| Index: webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| index 3ac80752b43c26ce67688758d02db1f39b8353e5..2b2e85bf911b0b16b80f092f78919a3b31c964c3 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| @@ -78,7 +78,6 @@ class AimdRateControl {
|
| bool bitrate_is_initialized_;
|
| float beta_;
|
| int64_t rtt_;
|
| - int64_t time_of_last_log_;
|
| bool in_experiment_;
|
| };
|
| } // namespace webrtc
|
|
|