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:
Diffstat (limited to 'src/node_native_module_env.cc')
-rw-r--r--src/node_native_module_env.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_native_module_env.cc b/src/node_native_module_env.cc
index be647b01c64..ae8d349541b 100644
--- a/src/node_native_module_env.cc
+++ b/src/node_native_module_env.cc
@@ -11,7 +11,6 @@ using v8::FunctionCallbackInfo;
using v8::IntegrityLevel;
using v8::Isolate;
using v8::Local;
-using v8::Maybe;
using v8::MaybeLocal;
using v8::Name;
using v8::None;