Skip to content

Commit 43f9137

Browse files
gengjiawentargos
authored andcommitted
src: remove unused variable in node_dir.cc
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]>
1 parent c4c5912 commit 43f9137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_dir.cc

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ void AfterOpenDir(uv_fs_t* req) {
286286
}
287287

288288
Environment* env = req_wrap->env();
289-
Local<Value> error;
290289

291290
uv_dir_t* dir = static_cast<uv_dir_t*>(req->ptr);
292291
DirHandle* handle = DirHandle::New(env, dir);

0 commit comments

Comments
 (0)