Skip to content

Commit

Permalink
dtrace: fix removal of unused probes
Browse files Browse the repository at this point in the history
Fixes Windows compile failures introduced in d75fecf

PR-URL: #703
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
GlenTiki authored and rvagg committed Feb 3, 2015
1 parent 3e67d7e commit d0b0bb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_win32_etw_provider-inl.h
Expand Up @@ -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
Expand Down

0 comments on commit d0b0bb4

Please sign in to comment.