summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index bf66c77e6f..d972e2e5bd 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -244,9 +244,6 @@ int ThreadPoolWork::CancelWork() {
return uv_cancel(reinterpret_cast<uv_req_t*>(&work_req_));
}
-tracing::AgentWriterHandle* GetTracingAgentWriter();
-void DisposePlatform();
-
#define TRACING_CATEGORY_NODE "node"
#define TRACING_CATEGORY_NODE1(one) \
TRACING_CATEGORY_NODE "," \