Skip to content

Commit 852b8e4

Browse files
Tango992targos
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 8d28236 commit 852b8e4

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
@@ -1105,10 +1105,6 @@ NODE_DEFINE_CONSTANT(target, UV_FS_O_FILEMAP);
11051105
NODE_DEFINE_CONSTANT(target, O_DIRECTORY);
11061106
#endif
11071107

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

0 commit comments

Comments
 (0)