diff --git a/src/node.cc b/src/node.cc index 90b04df7e5cd88..4ff7824b001168 100644 --- a/src/node.cc +++ b/src/node.cc @@ -113,10 +113,8 @@ using native_module::NativeModuleEnv; using v8::EscapableHandleScope; using v8::Function; using v8::FunctionCallbackInfo; -using v8::HandleScope; using v8::Isolate; using v8::Local; -using v8::Maybe; using v8::MaybeLocal; using v8::Object; using v8::String;