diff --git a/git-compat-util.h b/git-compat-util.h index 607dca75341201..ba710cfa6c9036 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -320,10 +320,6 @@ char *gitdirname(char *); #define PATH_MAX 4096 #endif -#ifndef PRIuMAX -#define PRIuMAX "llu" -#endif - #ifndef SCNuMAX #define SCNuMAX PRIuMAX #endif