src: remove unused dtrace probes
authorGlen Keane <glenkeane.94@gmail.com>
Mon, 2 Feb 2015 18:57:17 +0000 (18:57 +0000)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 2 Feb 2015 20:55:56 +0000 (21:55 +0100)
commitd75fecf6fd7a1ef9d3d84a70ab832e7c062f5880
tree52f6feb4de795c333e8bbefc8d445e375dddaa60
parent8c0742f43759d35da99f2475f81a026c2818c66a
src: remove unused dtrace probes

Removed DTRACE_NET_SOCKET_READ and DTRACE_NET_SOCKET_WRITE
as they were never called from within the source code.

PR-URL: https://github.com/iojs/io.js/pull/694
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
src/node.stp
src/node_dtrace.cc
src/node_provider.d
src/node_win32_etw_provider.h
src/notrace_macros.py
test/common.js