Skip to content

Commit

Permalink
src: remove unused variable in node_dir.cc
Browse files Browse the repository at this point in the history
PR-URL: #30267
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
gengjiawen authored and addaleax committed Nov 30, 2019
1 parent ba0115f commit bccfd12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_dir.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bccfd12

Please sign in to comment.