Skip to content

Commit b3c507c

Browse files
Tango992richardlau
authored andcommitted
src: remove duplicate assignment of O_EXCL in node_constants.cc
PR-URL: #59049 Reviewed-By: theanarkh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 027ae4f commit b3c507c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node_constants.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,6 @@ NODE_DEFINE_CONSTANT(target, UV_FS_O_FILEMAP);
11041104
NODE_DEFINE_CONSTANT(target, O_DIRECTORY);
11051105
#endif
11061106

1107-
#ifdef O_EXCL
1108-
NODE_DEFINE_CONSTANT(target, O_EXCL);
1109-
#endif
1110-
11111107
#ifdef O_NOATIME
11121108
NODE_DEFINE_CONSTANT(target, O_NOATIME);
11131109
#endif

0 commit comments

Comments
 (0)