summaryrefslogtreecommitdiff
path: root/src/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/div.c')
-rw-r--r--src/div.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/div.c b/src/div.c
index ffb260b..7d8c811 100644
--- a/src/div.c
+++ b/src/div.c
@@ -375,5 +375,4 @@ mpc_div (mpc_ptr a, mpc_srcptr b, mpc_srcptr c, mpc_rnd_t rnd)
mpfr_clear (q);
return (MPC_INEX (inexact_re, inexact_im));
- /* Only exactness vs. inexactness is tested, not the sign. */
}