summary refs log tree commit diff
path: root/stdlib/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtod.c')
-rw-r--r--stdlib/strtod.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/strtod.c b/stdlib/strtod.c
index 45e5abf8cc..94b1c5d7f2 100644
--- a/stdlib/strtod.c
+++ b/stdlib/strtod.c
@@ -1473,9 +1473,6 @@ INTERNAL (STRTOF) (nptr, endptr, group LOCALE_PARAM)
 		      for (i = RETURN_LIMB_SIZE; i > empty; --i)
 			retval[i] = retval[i - empty];
 #endif
-#if RETURN_LIMB_SIZE > 1
-		      retval[1] = 0;
-#endif
 		      for (i = numsize; i > 0; --i)
 			num[i + empty] = num[i - 1];
 		      MPN_ZERO (num, empty + 1);