summaryrefslogtreecommitdiff
path: root/src/sin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sin.c')
-rw-r--r--src/sin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sin.c b/src/sin.c
index 09479d66d..cb04b298e 100644
--- a/src/sin.c
+++ b/src/sin.c
@@ -55,7 +55,6 @@ mpfr_sin (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
{
MPFR_SET_NAN (y);
MPFR_RET_NAN;
-
}
else /* x is zero */
{