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_report_module.cc')
-rw-r--r--src/node_report_module.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_report_module.cc b/src/node_report_module.cc
index 700dd88aba6..5afc0cfe104 100644
--- a/src/node_report_module.cc
+++ b/src/node_report_module.cc
@@ -18,9 +18,7 @@ namespace report {
using node::Environment;
using node::Mutex;
using node::Utf8Value;
-using v8::Boolean;
using v8::Context;
-using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Isolate;