From: Anatol Belski Date: Mon, 25 May 2015 11:22:54 +0000 (+0200) Subject: cleanup redundant S_IFDIR declaration X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~32^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d713fcc14df11b81504ec5a4b743242912a31108;p=php cleanup redundant S_IFDIR declaration --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 01c043f0ad..1755dab81b 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -122,9 +122,6 @@ php_file_globals file_globals; # include #endif -#ifndef S_ISDIR -# define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) -#endif /* }}} */ #define PHP_STREAM_TO_ZVAL(stream, arg) \