summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-17 02:34:43 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-02-01 07:43:25 +0800
commit99c3243b229d4e552eadf1abf296440e20c604f8 (patch)
tree7487ab41386a1b17d50b2d0b6c342e12e17fe5a0 /src/node_internals.h
parent5d4b085b1be6094317de536858c3e7d8cbbae848 (diff)
downloadandroid-node-v8-99c3243b229d4e552eadf1abf296440e20c604f8.tar.gz
android-node-v8-99c3243b229d4e552eadf1abf296440e20c604f8.tar.bz2
android-node-v8-99c3243b229d4e552eadf1abf296440e20c604f8.zip
src: move v8_platform implementation into node_v8_platform-inl.h
So that the v8_platform global variable can be referenced in other files. PR-URL: https://github.com/nodejs/node/pull/25541 Reviewed-By: Gus Caplan <me@gus.host>
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 "," \