summaryrefslogtreecommitdiff
path: root/src/node_report_module.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-05-26 08:48:17 +0200
committerRichard Lau <riclau@uk.ibm.com>2020-05-28 10:02:14 -0400
commit4a20cc937f6a2b830a2752e35da7e389bbc4e006 (patch)
tree47346f963c237519bd95dd23488deae9e1f931ca /src/node_report_module.cc
parent785842a053d62820027c6b62b41110113a7f1755 (diff)
downloadnode-new-4a20cc937f6a2b830a2752e35da7e389bbc4e006.tar.gz
src: remove unused using declarations
This commit removes the unused using declarations reported by lint-cpp. PR-URL: https://github.com/nodejs/node/pull/33268 Refs: https://github.com/nodejs/node/issues/29226 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
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 700dd88aba..5afc0cfe10 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;