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:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-03-20 00:56:07 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-30 01:08:38 +0300
commiteffebf87ab01b420d1b6cbace6d64b649f2264e8 (patch)
tree94d97acc5f83bf042efd3b029f85a37bfe8bccf7 /src/node_v8.cc
parent3822cae39cf6ad95dd2840ebb31afb6903ee33e2 (diff)
src: remove unused v8 namespace
PR-URL: https://github.com/nodejs/node/pull/32375 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_v8.cc')
-rw-r--r--src/node_v8.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_v8.cc b/src/node_v8.cc
index 00bfaf796b1..a59c2170dae 100644
--- a/src/node_v8.cc
+++ b/src/node_v8.cc
@@ -28,7 +28,6 @@ namespace node {
using v8::Array;
using v8::ArrayBuffer;
-using v8::BackingStore;
using v8::Context;
using v8::FunctionCallbackInfo;
using v8::HeapCodeStatistics;