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

Unified Diff: net/quic/quic_connection.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 | « net/quic/congestion_control/time_loss_algorithm_test.cc ('k') | net/quic/quic_connection_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 7d42cb78994a4d783b3fd619bdc4732f2a2829b0..99cc5915f13cd281d0c74eb1ea5543dc248f638a 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -527,18 +527,6 @@ class NET_EXPORT_PRIVATE QuicConnection
// Clears any accumulated frames from the last received packet.
void ClearLastFrames();
- // Calculates the smallest sequence number length that can also represent four
- // times the maximum of the congestion window and the difference between the
- // least_packet_awaited_by_peer_ and |sequence_number|.
- QuicSequenceNumberLength CalculateSequenceNumberLength(
- QuicPacketSequenceNumber sequence_number);
-
- // Drop packet corresponding to |sequence_number| by deleting entries from
- // |unacked_packets_| and |retransmission_map_|, if present. We need to drop
- // all packets with encryption level NONE after the default level has been set
- // to FORWARD_SECURE.
- void DropPacket(QuicPacketSequenceNumber sequence_number);
-
// Writes as many queued packets as possible. The connection must not be
// blocked when this is called.
void WriteQueuedPackets();
« no previous file with comments | « net/quic/congestion_control/time_loss_algorithm_test.cc ('k') | net/quic/quic_connection_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698