We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e67d7e commit d0b0bb4Copy full SHA for d0b0bb4
src/node_win32_etw_provider-inl.h
@@ -257,8 +257,6 @@ bool NODE_HTTP_CLIENT_REQUEST_ENABLED() { return events_enabled > 0; }
257
bool NODE_HTTP_CLIENT_RESPONSE_ENABLED() { return events_enabled > 0; }
258
bool NODE_NET_SERVER_CONNECTION_ENABLED() { return events_enabled > 0; }
259
bool NODE_NET_STREAM_END_ENABLED() { return events_enabled > 0; }
260
-bool NODE_NET_SOCKET_READ_ENABLED() { return events_enabled > 0; }
261
-bool NODE_NET_SOCKET_WRITE_ENABLED() { return events_enabled > 0; }
262
bool NODE_V8SYMBOL_ENABLED() { return events_enabled > 0; }
263
264
} // namespace node
0 commit comments