summaryrefslogtreecommitdiff
path: root/src/node_report.cc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-07-31 17:58:53 +0200
committerJames M Snell <jasnell@gmail.com>2020-08-07 08:43:17 -0700
commitbfebfdb149cf2d68ceee19f207ba65e0d8357a7f (patch)
tree443e45e0334cb9990b1d8e6355b7c315f858fde9 /src/node_report.cc
parent93959b22b197e2e9fdb4a21e65e567729d76338d (diff)
downloadnode-new-bfebfdb149cf2d68ceee19f207ba65e0d8357a7f.tar.gz
src: fix linter failures
Fix linter failures when running the linter on all source files. PR-URL: https://github.com/nodejs/node/pull/34582 Refs: https://github.com/nodejs/node/pull/34565 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'src/node_report.cc')
-rw-r--r--src/node_report.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/node_report.cc b/src/node_report.cc
index c93e03afe6..e7bfe7fef0 100644
--- a/src/node_report.cc
+++ b/src/node_report.cc
@@ -43,13 +43,11 @@ using v8::HeapSpaceStatistics;
using v8::HeapStatistics;
using v8::Isolate;
using v8::Local;
-using v8::Number;
using v8::Object;
-using v8::StackTrace;
using v8::String;
using v8::TryCatch;
-using v8::Value;
using v8::V8;
+using v8::Value;
namespace per_process = node::per_process;