src: remove unused using declarations in node.cc

PR-URL: https://github.com/nodejs/node/pull/33261
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
pull/33387/head
Daniel Bevenius 2020-05-06 05:51:41 +02:00
parent 5bb4d01fbe
commit 7f343c05f4
1 changed files with 0 additions and 2 deletions

View File

@ -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;