Index: net/quic/quic_packet_creator.h |
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h |
index d61998a8915f05bef898e706a282ce0fd4d56baf..a43d027610c35a3531ca732f6da1d61b3cfafcb8 100644 |
--- a/net/quic/quic_packet_creator.h |
+++ b/net/quic/quic_packet_creator.h |
@@ -215,10 +215,6 @@ class NET_EXPORT_PRIVATE QuicPacketCreator : public QuicFecBuilderInterface { |
static bool ShouldRetransmit(const QuicFrame& frame); |
- // Updates sequence number and max packet lengths on a packet or FEC group |
- // boundary. |
- void MaybeUpdateLengths(); |
- |
// Updates lengths and also starts an FEC group if FEC protection is on and |
// there is not already an FEC group open. |
InFecGroup MaybeUpdateLengthsAndStartFec(); |