summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/node.cc b/src/node.cc
index dbf9314273..d3749b9cc1 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -49,10 +49,6 @@
#include "node_dtrace.h"
#endif
-#if defined HAVE_LTTNG
-#include "node_lttng.h"
-#endif
-
#include "ares.h"
#include "async_wrap-inl.h"
#include "env-inl.h"
@@ -3340,10 +3336,6 @@ void LoadEnvironment(Environment* env) {
InitDTrace(env, global);
#endif
-#if defined HAVE_LTTNG
- InitLTTNG(env, global);
-#endif
-
#if defined HAVE_PERFCTR
InitPerfCounters(env, global);
#endif