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:
authorHaojian Wu <hokein.wu@gmail.com>2016-08-06 10:15:34 +0300
committerJames M Snell <jasnell@gmail.com>2016-08-08 19:17:12 +0300
commit43ef58005eea05eb4fe3a8287b5214d5f0a8b05a (patch)
treee721a8da8d440f92048e358155a20a948ed7fa59 /src/node_v8.cc
parent827eed1ce30cf1e66ab05a10c72ee85fc92585be (diff)
src: remove unused using decls
PR-URL: https://github.com/nodejs/node/pull/7990 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@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 04da61677dc..43dd86c7574 100644
--- a/src/node_v8.cc
+++ b/src/node_v8.cc
@@ -10,7 +10,6 @@ namespace node {
using v8::Array;
using v8::ArrayBuffer;
using v8::Context;
-using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HeapSpaceStatistics;
using v8::HeapStatistics;