0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/cctest
Daniel Bevenius e24ad97832 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: https://github.com/nodejs/node/pull/17628
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2017-12-14 07:19:49 +01:00
..
node_module_reg.cc src: use NODE_BUILTIN_MODULE_CONTEXT_AWARE() macro 2017-11-17 02:37:55 +01:00
node_test_fixture.cc http2,async-wrap: introduce AliasedBuffer class 2017-09-13 17:44:24 +02:00
node_test_fixture.h test: make CreateParams stack-allocated 2017-12-01 07:56:39 +01:00
test_aliased_buffer.cc test: fixing AliasedBuffer tests to enter Isolate 2017-09-24 13:35:58 -03:00
test_base64.cc test: add basic cctest for base64.h 2017-04-08 11:57:40 +03:00
test_environment.cc src: prepare v8 platform for multi-isolate support 2017-11-12 14:01:54 +01:00
test_inspector_socket_server.cc inspector: Fix crash for WS connection 2017-12-11 15:53:21 -08:00
test_inspector_socket.cc test: remove unused disposed_ variable 2017-12-14 07:19:49 +01:00
test_url.cc module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
test_util.cc