summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stat.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/stat.c b/src/stat.c
index aee551356..ebcec0f9d 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -46,22 +46,6 @@
#include <string.h>
#include <ctype.h>
-#if ! defined PRIdMAX
-# if HAVE_LONG_LONG
-# define PRIdMAX "lld"
-# else
-# define PRIdMAX "ld"
-# endif
-#endif
-
-#if ! defined PRIuMAX
-# if HAVE_LONG_LONG
-# define PRIuMAX "llu"
-# else
-# define PRIuMAX "lu"
-# endif
-#endif
-
#include "system.h"
#include "closeout.h"