Index: net/quic/quic_framer.h |
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h |
index d75bb2a2e8c0f86edf5c36eff755a0c8545d0cb0..b29de2c358ca087a78292f70690740855ee3ae55 100644 |
--- a/net/quic/quic_framer.h |
+++ b/net/quic/quic_framer.h |
@@ -265,9 +265,6 @@ class NET_EXPORT_PRIVATE QuicFramer { |
static size_t GetWindowUpdateFrameSize(); |
// Size in bytes of all Blocked frame fields. |
static size_t GetBlockedFrameSize(); |
- // The maximum number of nacks which can be transmitted in a single ack packet |
- // without exceeding kDefaultMaxPacketSize. |
- static size_t GetMaxUnackedPackets(QuicPacketHeader header); |
// Size in bytes required to serialize the stream id. |
static size_t GetStreamIdSize(QuicStreamId stream_id); |
// Size in bytes required to serialize the stream offset. |