aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtest.c b/runtest.c
index 7cde25b1..49538896 100644
--- a/runtest.c
+++ b/runtest.c
@@ -192,10 +192,6 @@ static void globfree(glob_t *pglob) {
}
}
-#if !defined(__MINGW32__)
-#define vsnprintf _vsnprintf
-#define snprintf _snprintf
-#endif
#else
#include <glob.h>
#endif