Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2015-12-21 23:27:19 +0300
committerAli Ijaz Sheikh <ofrobots@google.com>2015-12-22 19:11:41 +0300
commit79dc1d7635344960ca79842e3f47bfdf11f9f881 (patch)
treefeac30be15e697e53628a5db2626ef1b08c1e44b /src/node_dtrace.cc
parent6e11e220814e469cbbbe91b895362f6f11311c08 (diff)
src: remove forwards for v8::GC*logueCallback
These types are no longer used in the file and V8 4.9 no longer defines these types anymore. PR-URL: https://github.com/nodejs/node/pull/4381 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/node_dtrace.cc')
-rw-r--r--src/node_dtrace.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_dtrace.cc b/src/node_dtrace.cc
index 568972bab3f..2572bbee585 100644
--- a/src/node_dtrace.cc
+++ b/src/node_dtrace.cc
@@ -34,8 +34,6 @@ namespace node {
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::GCCallbackFlags;
-using v8::GCEpilogueCallback;
-using v8::GCPrologueCallback;
using v8::GCType;
using v8::HandleScope;
using v8::Isolate;