Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: net/quic/congestion_control/tcp_cubic_bytes_sender.cc

Issue 1406023017: Remove unused member variables. No functional change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106451721
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/congestion_control/tcp_cubic_bytes_sender.cc
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
index f3e6a3eaa9fa6e5f185d5909c313568e20716d91..c34d448db1b402ec795a5f9764d70743cd85ecef 100644
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
@@ -48,8 +48,7 @@ TcpCubicBytesSender::TcpCubicBytesSender(
min4_mode_(false),
max_congestion_window_(max_congestion_window * kDefaultTCPMSS),
slowstart_threshold_(max_congestion_window * kDefaultTCPMSS),
- last_cutback_exited_slowstart_(false),
- clock_(clock) {}
+ last_cutback_exited_slowstart_(false) {}
TcpCubicBytesSender::~TcpCubicBytesSender() {
}
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_bytes_sender.h ('k') | net/quic/congestion_control/tcp_cubic_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698