| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 8b5735520689946a779aec4a1a70cec3725545ce..ef6b7112b12c13e03966eb2cfa06362ff2d5ea9b 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -281,9 +281,6 @@ class QuicClient : public QuicClientBase,
|
| // because the socket would otherwise overflow.
|
| bool overflow_supported_;
|
|
|
| - // If true, use recvmmsg for reading.
|
| - bool use_recvmmsg_;
|
| -
|
| // If true, store the latest response code, headers, and body.
|
| bool store_response_;
|
| // HTTP response code from most recent response.
|
|
|