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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/node_dir.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_dir.cc b/src/node_dir.cc
index ffef27f4521..9d145131beb 100644
--- a/src/node_dir.cc
+++ b/src/node_dir.cc
@@ -296,7 +296,6 @@ void AfterOpenDir(uv_fs_t* req) {
}
Environment* env = req_wrap->env();
- Local<Value> error;
uv_dir_t* dir = static_cast<uv_dir_t*>(req->ptr);
DirHandle* handle = DirHandle::New(env, dir);