aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sprintf.c b/sprintf.c
index e1292726d9..d91d850c9d 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -23,8 +23,6 @@
#define BIT_DIGITS(N) (((N)*146)/485 + 1) /* log2(10) =~ 146/485 */
-extern const char ruby_digitmap[];
-
static void fmt_setup(char*,size_t,int,int,int,int);
static char