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:
authorBen Noordhuis <info@bnoordhuis.nl>2014-10-11 18:48:49 +0400
committerFedor Indutny <fedor@indutny.com>2014-10-12 02:09:44 +0400
commit75a461d0997e0a040c2194c5309c148f179563e9 (patch)
tree35e1676f3e316ce1c5a4bb30132b8ffa84fbfb8b /src/node_stat_watcher.cc
parent97585b0d7ab0084d90faf6bded275b902d76857a (diff)
src: fix up imports
Make tools/check-imports.sh stop complaining, remove or reorder 'using' statements. PR-URL: https://github.com/node-forward/node/pull/16 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'src/node_stat_watcher.cc')
-rw-r--r--src/node_stat_watcher.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc
index 1c3b55a0412..731740350cc 100644
--- a/src/node_stat_watcher.cc
+++ b/src/node_stat_watcher.cc
@@ -41,7 +41,6 @@ using v8::HandleScope;
using v8::Integer;
using v8::Local;
using v8::Object;
-using v8::String;
using v8::Value;