summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/printf.c b/src/printf.c
index 2f29bc080..ddced5af4 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -58,13 +58,6 @@
#include "quote.h"
#include "unicodeio.h"
-#if ! (HAVE_DECL_STRTOIMAX || defined strtoimax)
-intmax_t strtoimax ();
-#endif
-#if ! (HAVE_DECL_STRTOUMAX || defined strtoumax)
-uintmax_t strtoumax ();
-#endif
-
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "printf"