summaryrefslogtreecommitdiff
path: root/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'div.c')
-rw-r--r--div.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/div.c b/div.c
index f7dd1d323..b10ec8e90 100644
--- a/div.c
+++ b/div.c
@@ -213,7 +213,6 @@ mpfr_div (mpfr_ptr q, mpfr_srcptr u, mpfr_srcptr v, mp_rnd_t rnd_mode)
MPFR_RET (0);
}
}
- MPFR_CLEAR_FLAGS (q);
/**************************************************************************
* *