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_process_object.cc')
-rw-r--r--src/node_process_object.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_process_object.cc b/src/node_process_object.cc
index ca17da9583e..5bec65805a1 100644
--- a/src/node_process_object.cc
+++ b/src/node_process_object.cc
@@ -15,10 +15,8 @@ using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
-using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
-using v8::Just;
using v8::Local;
using v8::MaybeLocal;
using v8::Name;