summaryrefslogtreecommitdiff
path: root/test/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/context.c')
-rw-r--r--test/context.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/context.c b/test/context.c
index f91be54..9f6cad7 100644
--- a/test/context.c
+++ b/test/context.c
@@ -30,15 +30,6 @@
#include <sys/stat.h>
#include <sys/types.h>
-#ifdef _MSC_VER
-# include <io.h>
-# include <direct.h>
-# ifndef S_ISDIR
-# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
-# endif
-#else
-# include <unistd.h>
-#endif
/* keeps a cache of all makedir/maketmpdir directories so we can free and
* rmdir them in one go, see unmakedirs() */