diff --git a/src/node_contextify.cc b/src/node_contextify.cc index 69c110d6be2d22..2d30e0b8038ce4 100644 --- a/src/node_contextify.cc +++ b/src/node_contextify.cc @@ -49,7 +49,6 @@ using v8::HandleScope; using v8::IndexedPropertyHandlerConfiguration; using v8::Integer; using v8::Isolate; -using v8::Just; using v8::Local; using v8::Maybe; using v8::MaybeLocal; @@ -68,7 +67,6 @@ using v8::ScriptCompiler; using v8::ScriptOrigin; using v8::ScriptOrModule; using v8::String; -using v8::Symbol; using v8::Uint32; using v8::UnboundScript; using v8::Value;