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:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-05-26 09:48:17 +0300
committerRichard Lau <riclau@uk.ibm.com>2020-05-28 17:02:14 +0300
commit4a20cc937f6a2b830a2752e35da7e389bbc4e006 (patch)
tree47346f963c237519bd95dd23488deae9e1f931ca /src/node_errors.cc
parent785842a053d62820027c6b62b41110113a7f1755 (diff)
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_errors.cc')
-rw-r--r--src/node_errors.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_errors.cc b/src/node_errors.cc
index 22bc4d994b8..4f8b003d8da 100644
--- a/src/node_errors.cc
+++ b/src/node_errors.cc
@@ -25,7 +25,6 @@ using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Message;
-using v8::Number;
using v8::Object;
using v8::ScriptOrigin;
using v8::StackFrame;