| Index: net/quic/quic_unacked_packet_map.cc
|
| diff --git a/net/quic/quic_unacked_packet_map.cc b/net/quic/quic_unacked_packet_map.cc
|
| index 0640c29940c1a5d0d5415c39575b1fb450fd70a1..4d2bec982d25af0dda22b3009735d926d1e58f14 100644
|
| --- a/net/quic/quic_unacked_packet_map.cc
|
| +++ b/net/quic/quic_unacked_packet_map.cc
|
| @@ -295,10 +295,6 @@ bool QuicUnackedPacketMap::HasUnackedRetransmittableFrames() const {
|
|
|
| QuicPacketSequenceNumber
|
| QuicUnackedPacketMap::GetLeastUnacked() const {
|
| - if (unacked_packets_.empty()) {
|
| - // If there are no unacked packets, return 0.
|
| - return 0;
|
| - }
|
| return least_unacked_;
|
| }
|
|
|
|
|