Skip to content

Commit d0b0bb4

Browse files
GlenTikirvagg
authored andcommitted
dtrace: fix removal of unused probes
Fixes Windows compile failures introduced in d75fecf PR-URL: #703 Reviewed-By: Rod Vagg <[email protected]>
1 parent 3e67d7e commit d0b0bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_win32_etw_provider-inl.h

-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ bool NODE_HTTP_CLIENT_REQUEST_ENABLED() { return events_enabled > 0; }
257257
bool NODE_HTTP_CLIENT_RESPONSE_ENABLED() { return events_enabled > 0; }
258258
bool NODE_NET_SERVER_CONNECTION_ENABLED() { return events_enabled > 0; }
259259
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; }
262260
bool NODE_V8SYMBOL_ENABLED() { return events_enabled > 0; }
263261

264262
} // namespace node

0 commit comments

Comments
 (0)