summaryrefslogtreecommitdiffstats
path: root/net/socket
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 16:07:34 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 16:07:34 +0000
commit281bc5ba1878f3c4b9c638e89d73aa5549b20d76 (patch)
tree3e5b7cf0f17de7ae77903b6c58dd973af0806a09 /net/socket
parent1096fca67d8f9133c61ccb20e24aea1bee3adb4a (diff)
downloadchromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.zip
chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.gz
chromium_src-281bc5ba1878f3c4b9c638e89d73aa5549b20d76.tar.bz2
Remove unused fields found by clang's new Wunused-private-fields.
Test file edition. BUG=none TEST=none TBR=remaining owners Review URL: https://chromiumcodereview.appspot.com/10680013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket')
-rw-r--r--net/socket/socket_test_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index df542c9..431c4913c4 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -785,7 +785,6 @@ class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {
SSLSocketDataProvider* data_;
bool is_npn_state_set_;
bool new_npn_value_;
- bool was_used_to_convey_data_;
bool is_protocol_negotiated_set_;
NextProto protocol_negotiated_;
};