diff options
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r-- | src/win32/posix.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h index 6d783222e..442717e42 100644 --- a/src/win32/posix.h +++ b/src/win32/posix.h @@ -11,9 +11,6 @@ #include "fnmatch.h" #include "utf8-conv.h" -/* Define the printf format for 64 bit types */ -#define PRId64 "I64d" - GIT_INLINE(int) p_link(const char *GIT_UNUSED(old), const char *GIT_UNUSED(new)) { GIT_UNUSED_ARG(old) |