summaryrefslogtreecommitdiff
path: root/win32/glob.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-25 13:28:18 +0200
committerAnatol Belski <ab@php.net>2015-05-25 18:03:26 +0200
commitcfadcfc73486828b53ec45217fd00659a1a2e918 (patch)
tree38061af9eaf27ba5f69e04052a064fd05565c285 /win32/glob.c
parentd713fcc14df11b81504ec5a4b743242912a31108 (diff)
downloadphp-git-cfadcfc73486828b53ec45217fd00659a1a2e918.tar.gz
cleanup more redundant S_IS* declarations
Diffstat (limited to 'win32/glob.c')
-rw-r--r--win32/glob.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/glob.c b/win32/glob.c
index 1d4f235277..8a40f7f506 100644
--- a/win32/glob.c
+++ b/win32/glob.c
@@ -71,12 +71,6 @@
# define ARG_MAX 14500
# endif
#endif
-#ifndef S_ISDIR
-#define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR)
-#endif
-#ifndef S_ISLNK
-#define S_ISLNK(m) (0)
-#endif
#endif
#include "php.h"