Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/misc/dprintf.c')
-rw-r--r--newlib/libc/misc/dprintf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/misc/dprintf.c b/newlib/libc/misc/dprintf.c
index 0b780f59b..071d177ca 100644
--- a/newlib/libc/misc/dprintf.c
+++ b/newlib/libc/misc/dprintf.c
@@ -15,10 +15,7 @@
#include "varargs.h"
#endif
-#if 0
static char *parse_number ();
-#endif
-
static long get_number ();
static void print_number ();
static void write_char ();
@@ -150,7 +147,6 @@ __dprintf (fmt, va_alist)
va_end (args);
}
-#if 0
/* Parse a positive decimal integer at S.
FIXME: Was used in earlier version, but not currently used.
Keep for now. */
@@ -171,7 +167,6 @@ parse_number (s, p)
*p = x;
return s;
}
-#endif
/* Fetch the number at S of SIZE bytes. */