summaryrefslogtreecommitdiff
path: root/src/node_worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_worker.cc')
-rw-r--r--src/node_worker.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_worker.cc b/src/node_worker.cc
index c18af7c055..e09bb4e7aa 100644
--- a/src/node_worker.cc
+++ b/src/node_worker.cc
@@ -400,9 +400,6 @@ void Worker::Run() {
if (exit_code_ == 0 && !stopped)
exit_code_ = exit_code;
-#if HAVE_INSPECTOR
- profiler::EndStartedProfilers(env_.get());
-#endif
Debug(this, "Exiting thread for worker %llu with exit code %d",
thread_id_, exit_code_);
}