| Index: net/quic/quic_protocol.cc
|
| diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
|
| index 612cd8b196dfc760b854969545ef379d386a9c3b..a726870e16e7db34d34a63dc6b8e1abb8aa99c4e 100644
|
| --- a/net/quic/quic_protocol.cc
|
| +++ b/net/quic/quic_protocol.cc
|
| @@ -830,7 +830,6 @@ TransmissionInfo::TransmissionInfo()
|
| : encryption_level(ENCRYPTION_NONE),
|
| packet_number_length(PACKET_1BYTE_PACKET_NUMBER),
|
| bytes_sent(0),
|
| - nack_count(0),
|
| sent_time(QuicTime::Zero()),
|
| transmission_type(NOT_RETRANSMISSION),
|
| in_flight(false),
|
| @@ -849,7 +848,6 @@ TransmissionInfo::TransmissionInfo(EncryptionLevel level,
|
| : encryption_level(level),
|
| packet_number_length(packet_number_length),
|
| bytes_sent(bytes_sent),
|
| - nack_count(0),
|
| sent_time(sent_time),
|
| transmission_type(transmission_type),
|
| in_flight(false),
|
|
|