Skip to content

Commit f50d459

Browse files
juanarbolrichardlau
authored andcommitted
src: remove commented code in node_file.cc
The implementation of the `fs.lchmod` method has been moved to JS-land PR-URL: #38693 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
1 parent f9c7def commit f50d459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_file.cc

-1
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,6 @@ void Initialize(Local<Object> target,
24352435

24362436
env->SetMethod(target, "chmod", Chmod);
24372437
env->SetMethod(target, "fchmod", FChmod);
2438-
// env->SetMethod(target, "lchmod", LChmod);
24392438

24402439
env->SetMethod(target, "chown", Chown);
24412440
env->SetMethod(target, "fchown", FChown);

0 commit comments

Comments
 (0)