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

Unified Diff: net/quic/congestion_control/tcp_cubic_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
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/tcp_cubic_sender.cc
diff --git a/net/quic/congestion_control/tcp_cubic_sender.cc b/net/quic/congestion_control/tcp_cubic_sender.cc
index ac114d8ef7bcf87327239944f716801dcd4e62ef..81da996628cfd4422c28a87a25b824f827ececc8 100644
--- a/net/quic/congestion_control/tcp_cubic_sender.cc
+++ b/net/quic/congestion_control/tcp_cubic_sender.cc
@@ -48,8 +48,7 @@ TcpCubicSender::TcpCubicSender(const QuicClock* clock,
min4_mode_(false),
slowstart_threshold_(max_tcp_congestion_window),
last_cutback_exited_slowstart_(false),
- max_tcp_congestion_window_(max_tcp_congestion_window),
- clock_(clock) {}
+ max_tcp_congestion_window_(max_tcp_congestion_window) {}
TcpCubicSender::~TcpCubicSender() {
UMA_HISTOGRAM_COUNTS("Net.QuicSession.FinalTcpCwnd", congestion_window_);
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698