From e683288bb8f262f4c065770a5fcb734f6724578d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 6 May 2020 05:51:41 +0200 Subject: [PATCH] src: remove unused using declarations in node.cc --- src/node.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node.cc b/src/node.cc index 649ac43fbe7f80..adbb4ade811554 100644 --- a/src/node.cc +++ b/src/node.cc @@ -124,10 +124,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;