From 5c444ee260b1034f58c0b499df4f930ac7a85043 Mon Sep 17 00:00:00 2001 From: Glen Keane Date: Tue, 3 Feb 2015 09:46:34 +0000 Subject: [PATCH] Dtrace: fix removal of unused probes --- src/node_win32_etw_provider-inl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node_win32_etw_provider-inl.h b/src/node_win32_etw_provider-inl.h index 6104687a25520f..de53203cb3c15f 100644 --- a/src/node_win32_etw_provider-inl.h +++ b/src/node_win32_etw_provider-inl.h @@ -257,8 +257,6 @@ bool NODE_HTTP_CLIENT_REQUEST_ENABLED() { return events_enabled > 0; } bool NODE_HTTP_CLIENT_RESPONSE_ENABLED() { return events_enabled > 0; } bool NODE_NET_SERVER_CONNECTION_ENABLED() { return events_enabled > 0; } bool NODE_NET_STREAM_END_ENABLED() { return events_enabled > 0; } -bool NODE_NET_SOCKET_READ_ENABLED() { return events_enabled > 0; } -bool NODE_NET_SOCKET_WRITE_ENABLED() { return events_enabled > 0; } bool NODE_V8SYMBOL_ENABLED() { return events_enabled > 0; } } // namespace node