summaryrefslogtreecommitdiff
path: root/tools/js2c_macros/notrace_macros.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/js2c_macros/notrace_macros.py')
-rw-r--r--tools/js2c_macros/notrace_macros.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/js2c_macros/notrace_macros.py b/tools/js2c_macros/notrace_macros.py
deleted file mode 100644
index 334f9c0c7f..0000000000
--- a/tools/js2c_macros/notrace_macros.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is used by tools/js2c.py to preprocess out the DTRACE symbols in
-# builds that don't support DTrace. This is not used in builds that support
-# DTrace.
-
-# flake8: noqa
-
-macro DTRACE_HTTP_CLIENT_REQUEST(x) = ;
-macro DTRACE_HTTP_CLIENT_RESPONSE(x) = ;
-macro DTRACE_HTTP_SERVER_REQUEST(x) = ;
-macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;
-macro DTRACE_NET_SERVER_CONNECTION(x) = ;
-macro DTRACE_NET_STREAM_END(x) = ;