summaryrefslogtreecommitdiff
path: root/src/fileops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileops.c')
-rw-r--r--src/fileops.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fileops.c b/src/fileops.c
index 6aafd06b6..150333d7a 100644
--- a/src/fileops.c
+++ b/src/fileops.c
@@ -13,12 +13,6 @@
#include "win32/findfile.h"
#endif
-#ifdef GIT_USE_STAT_ATIMESPEC
-#define st_atim st_atimespec
-#define st_ctim st_ctimespec
-#define st_mtim st_mtimespec
-#endif
-
GIT__USE_STRMAP
int git_futils_mkpath2file(const char *file_path, const mode_t mode)