summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index 2ffedd062..c86108c9e 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -63,8 +63,6 @@ unsigned long int strtoul ();
(c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0')
#define octtobin(c) ((c) - '0')
-char *xmalloc ();
-
/* The value to return to the calling program. */
static int exit_status;