summaryrefslogtreecommitdiff
path: root/src/notrace_macros.py
diff options
context:
space:
mode:
authorGlen Keane <glenkeane.94@gmail.com>2015-02-02 18:57:17 +0000
committerBen Noordhuis <info@bnoordhuis.nl>2015-02-02 21:55:56 +0100
commitd75fecf6fd7a1ef9d3d84a70ab832e7c062f5880 (patch)
tree52f6feb4de795c333e8bbefc8d445e375dddaa60 /src/notrace_macros.py
parent8c0742f43759d35da99f2475f81a026c2818c66a (diff)
downloadnode-new-d75fecf6fd7a1ef9d3d84a70ab832e7c062f5880.tar.gz
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>
Diffstat (limited to 'src/notrace_macros.py')
-rw-r--r--src/notrace_macros.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/notrace_macros.py b/src/notrace_macros.py
index 0e03a1652d..e49dd350d1 100644
--- a/src/notrace_macros.py
+++ b/src/notrace_macros.py
@@ -7,5 +7,3 @@ macro DTRACE_HTTP_SERVER_REQUEST(x) = ;
macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;
macro DTRACE_NET_SERVER_CONNECTION(x) = ;
macro DTRACE_NET_STREAM_END(x) = ;
-macro DTRACE_NET_SOCKET_READ(x) = ;
-macro DTRACE_NET_SOCKET_WRITE(x) = ;