Skip to content

Commit d713fcc

Browse files
committed
cleanup redundant S_IFDIR declaration
1 parent f4c07e7 commit d713fcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/standard/file.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ php_file_globals file_globals;
122122
# include <wchar.h>
123123
#endif
124124

125-
#ifndef S_ISDIR
126-
# define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
127-
#endif
128125
/* }}} */
129126

130127
#define PHP_STREAM_TO_ZVAL(stream, arg) \

0 commit comments

Comments
 (0)