| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 16df28708be44f7626ae61272f919ce933b2a4dd..20d2b03d62e139b157e1caf3fb4b5b519635e919 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -970,10 +970,6 @@ struct NET_EXPORT_PRIVATE QuicAckFrame {
|
|
|
| // The set of packets which we're expecting and have not received.
|
| PacketNumberQueue missing_packets;
|
| -
|
| - // Packet most recently revived via FEC, 0 if no packet was revived by FEC.
|
| - // If non-zero, must be present in missing_packets.
|
| - QuicPacketNumber latest_revived_packet;
|
| };
|
|
|
| // True if the packet number is greater than largest_observed or is listed
|
|
|