| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index c5d93d706ceafb360464155b31b68a5a71c97465..567ba90fca5e0a1cad216b34f93e82b72f5e8488 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -710,9 +710,6 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // unacked_packets_ if they are to be retransmitted.
|
| QueuedPacketList queued_packets_;
|
|
|
| - // Contains information about the current write in progress, if any.
|
| - scoped_ptr<QueuedPacket> pending_write_;
|
| -
|
| // Contains the connection close packet if the connection has been closed.
|
| scoped_ptr<QuicEncryptedPacket> connection_close_packet_;
|
|
|
|
|