summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-07-03 17:24:33 +0200
committerAnna Henningsen <anna@addaleax.net>2019-07-15 00:25:27 +0200
commit88bac02beeef603a756486a484a5c01446672a3a (patch)
tree542ae769f6dd1c7deb531f81eefb1eb01ea088c7 /src/node.cc
parentd0e380172a0ffe862fe9ff28aad0532da536952b (diff)
downloadandroid-node-v8-88bac02beeef603a756486a484a5c01446672a3a.tar.gz
android-node-v8-88bac02beeef603a756486a484a5c01446672a3a.tar.bz2
android-node-v8-88bac02beeef603a756486a484a5c01446672a3a.zip
build: remove broken intel vtune support
Support for VTune profiling was added in commit a881b53 from November 2015 but has since bitrotted. Remove it. Fixes: https://github.com/nodejs/node/issues/28310 Refs: https://github.com/nodejs/node/pull/3785 PR-URL: https://github.com/nodejs/node/pull/28522 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node.cc b/src/node.cc
index ea3bc5688e..d20a7cfe91 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -64,10 +64,6 @@
#include "inspector/worker_inspector.h" // ParentInspectorHandle
#endif
-#ifdef NODE_ENABLE_VTUNE_PROFILING
-#include "../deps/v8/src/third_party/vtune/v8-vtune.h"
-#endif
-
#ifdef NODE_ENABLE_LARGE_CODE_PAGES
#include "large_pages/node_large_page.h"
#endif