Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / net / quic / congestion_control / tcp_cubic_sender.h
index 21f55f9..5a85cdc 100644 (file)
@@ -89,9 +89,6 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
   // Receiver side advertised window.
   QuicByteCount receive_window_;
 
-  // Receiver side advertised packet loss.
-  int last_received_accumulated_number_of_lost_packets_;
-
   // Bytes in flight, aka bytes on the wire.
   QuicByteCount bytes_in_flight_;