mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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>
This commit is contained in:
parent
6e11e22081
commit
79dc1d7635
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user