diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2020-05-26 08:48:17 +0200 |
---|---|---|
committer | Richard Lau <riclau@uk.ibm.com> | 2020-05-28 10:02:14 -0400 |
commit | 4a20cc937f6a2b830a2752e35da7e389bbc4e006 (patch) | |
tree | 47346f963c237519bd95dd23488deae9e1f931ca /src/node_report.cc | |
parent | 785842a053d62820027c6b62b41110113a7f1755 (diff) | |
download | node-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.cc')
-rw-r--r-- | src/node_report.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_report.cc b/src/node_report.cc index 98da24c956..62b3d7abd1 100644 --- a/src/node_report.cc +++ b/src/node_report.cc @@ -41,11 +41,8 @@ using v8::HeapSpaceStatistics; using v8::HeapStatistics; using v8::Isolate; using v8::Local; -using v8::Number; -using v8::StackTrace; using v8::String; using v8::V8; -using v8::Value; namespace per_process = node::per_process; |