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

Unified Diff: net/quic/congestion_control/inter_arrival_probe.h

Issue 183683025: CL generated with data from dead-code analysis using Scythe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months 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 | « no previous file | net/quic/congestion_control/inter_arrival_probe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/inter_arrival_probe.h
diff --git a/net/quic/congestion_control/inter_arrival_probe.h b/net/quic/congestion_control/inter_arrival_probe.h
index af82a5beeae71148f414917de25d417da7cacf32..142f1c9be2e1c2a4af94bca8aeed4b3302308005 100644
--- a/net/quic/congestion_control/inter_arrival_probe.h
+++ b/net/quic/congestion_control/inter_arrival_probe.h
@@ -20,8 +20,6 @@ class NET_EXPORT_PRIVATE InterArrivalProbe {
explicit InterArrivalProbe(QuicByteCount max_segment_size);
~InterArrivalProbe();
- void set_max_segment_size(QuicByteCount max_segment_size);
-
// Call every time a packet is sent to the network.
void OnPacketSent(QuicByteCount bytes);
« no previous file with comments | « no previous file | net/quic/congestion_control/inter_arrival_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698