Skip to content

Commit 2c8a73f

Browse files
Tango992marco-ippolito
authored andcommitted
src: remove duplicate assignment of O_EXCL in node_constants.cc
PR-URL: #59049 Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent a6e7adb commit 2c8a73f

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
@@ -1108,10 +1108,6 @@ NODE_DEFINE_CONSTANT(target, UV_FS_O_FILEMAP);
11081108
NODE_DEFINE_CONSTANT(target, O_DIRECTORY);
11091109
#endif
11101110

1111-
#ifdef O_EXCL
1112-
NODE_DEFINE_CONSTANT(target, O_EXCL);
1113-
#endif
1114-
11151111
#ifdef O_NOATIME
11161112
NODE_DEFINE_CONSTANT(target, O_NOATIME);
11171113
#endif

0 commit comments

Comments
 (0)