diff options
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r-- | net/socket/socket_test_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h index f710820..fc288ad 100644 --- a/net/socket/socket_test_util.h +++ b/net/socket/socket_test_util.h @@ -132,7 +132,6 @@ class DynamicMockSocket : public MockSocket { private: MockRead read_; bool has_read_; - bool consumed_read_; // Max number of bytes we will read at a time. 0 means no limit. int short_read_limit_; |