Skip to content

Commit

Permalink
src: remove forwards for v8::GC*logueCallback
Browse files Browse the repository at this point in the history
These types are no longer used in the file and V8 4.9 no longer defines these
types anymore.

PR-URL: #4381
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
ofrobots committed Dec 22, 2015
1 parent 6e11e22 commit 79dc1d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/node_counters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,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;
Expand Down
2 changes: 0 additions & 2 deletions src/node_dtrace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/node_lttng.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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;
Expand Down

0 comments on commit 79dc1d7

Please sign in to comment.