Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 343cca5e3f78b9e2d4690db8ad39d7b81888a68b..7c4a45a3cdb1301b71ab664856a5aa59d54d9abd 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -1367,10 +1367,6 @@ struct NET_EXPORT_PRIVATE TransmissionInfo { |
bool has_crypto_handshake; |
// True if the packet needs padding if it's retransmitted. |
bool needs_padding; |
- // Stores the packet numbers of all transmissions of this packet. |
- // Must always be nullptr or have multiple elements. |
- // TODO(ianswett): Deprecate with quic_track_single_retransmission. |
- PacketNumberList* all_transmissions; |
// Stores the packet number of the next retransmission of this packet. |
// Zero if the packet has not been retransmitted. |
QuicPacketNumber retransmission; |