summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/api')
-rw-r--r--src/api/environment.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/api/environment.cc b/src/api/environment.cc
index fac1298d26..ac1e513967 100644
--- a/src/api/environment.cc
+++ b/src/api/environment.cc
@@ -7,10 +7,6 @@
#include "node_v8_platform-inl.h"
#include "uv.h"
-#ifdef NODE_ENABLE_VTUNE_PROFILING
-#include "../deps/v8/src/third_party/vtune/v8-vtune.h"
-#endif
-
namespace node {
using errors::TryCatchScope;
using v8::Array;
@@ -188,10 +184,6 @@ void SetIsolateCreateParamsForNode(Isolate::CreateParams* params) {
// heap based on the actual physical memory.
params->constraints.ConfigureDefaults(total_memory, 0);
}
-
-#ifdef NODE_ENABLE_VTUNE_PROFILING
- params->code_event_handler = vTune::GetVtuneCodeEventHandler();
-#endif
}
void SetIsolateUpForNode(v8::Isolate* isolate, IsolateSettingCategories cat) {