aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/marshal.c b/marshal.c
index f9ba8157ac..40546a7c0a 100644
--- a/marshal.c
+++ b/marshal.c
@@ -359,7 +359,6 @@ load_mantissa(double d, const char *buf, long len)
static void
w_float(double d, struct dump_arg *arg)
{
- char *ruby_dtoa(double d_, int mode, int ndigits, int *decpt, int *sign, char **rve);
char buf[FLOAT_DIG + (DECIMAL_MANT + 7) / 8 + 10];
if (isinf(d)) {