Skip to content

Commit 97eaaf9

Browse files
danbevMylesBorins
authored andcommitted
test: remove unused disposed_ variable
Currently building test_inspector_socket.cc generates the following warning: ../test/cctest/test_inspector_socket.cc:189:8: warning: private field 'disposed_' is not used [-Wunused-private-field] bool disposed_ = false; ^ 1 warning generated. This commit removes this variable. PR-URL: #17628 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent bf0a7b6 commit 97eaaf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cctest/test_inspector_socket.cc

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ class TestInspectorDelegate : public InspectorSocket::Delegate {
186186

187187
void process(inspector_handshake_event event, const std::string& path);
188188

189-
bool disposed_ = false;
190189
delegate_fn handshake_delegate_;
191190
InspectorSocket::Pointer socket_;
192191
std::string ws_key_;

0 commit comments

Comments
 (0)