| Index: net/quic/congestion_control/cubic.cc
|
| diff --git a/net/quic/congestion_control/cubic.cc b/net/quic/congestion_control/cubic.cc
|
| index 6cd6557677447f45f89b4d52ef5cd9afdf76f134..9a924b5b3ca7811b147d129bfc632d4bc49eead3 100644
|
| --- a/net/quic/congestion_control/cubic.cc
|
| +++ b/net/quic/congestion_control/cubic.cc
|
| @@ -70,7 +70,6 @@ float Cubic::Beta() const {
|
| void Cubic::Reset() {
|
| epoch_ = QuicTime::Zero(); // Reset time.
|
| app_limited_start_time_ = QuicTime::Zero();
|
| - ;
|
| last_update_time_ = QuicTime::Zero(); // Reset time.
|
| last_congestion_window_ = 0;
|
| last_max_congestion_window_ = 0;
|
|
|