Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-05-06 06:51:41 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2020-05-13 10:18:44 +0300
commit7f343c05f49dbe5aabd8e5ace9ac8cc9a36c9cf8 (patch)
treec0ef1e18feea8f480033f430e295326896b9e315 /src/node.cc
parent5bb4d01fbe1242c89eda198b92c0899da3736dbd (diff)
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>
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.cc b/src/node.cc
index 5a10addcef8..1fed8193e79 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;