summaryrefslogtreecommitdiff
path: root/next.c
diff options
context:
space:
mode:
Diffstat (limited to 'next.c')
-rw-r--r--next.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/next.c b/next.c
index eb156274a..532d6e70f 100644
--- a/next.c
+++ b/next.c
@@ -28,7 +28,6 @@ mpfr_nexttozero (mpfr_ptr x)
{
if (MPFR_UNLIKELY(MPFR_IS_INF(x)))
{
- MPFR_CLEAR_FLAGS(x);
mpfr_setmax (x, __gmpfr_emax);
return;
}