summaryrefslogtreecommitdiff
path: root/sysdeps/libm-ieee754/s_remquof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-ieee754/s_remquof.c')
-rw-r--r--sysdeps/libm-ieee754/s_remquof.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/libm-ieee754/s_remquof.c b/sysdeps/libm-ieee754/s_remquof.c
index b3870f4b02..2ffd16c903 100644
--- a/sysdeps/libm-ieee754/s_remquof.c
+++ b/sysdeps/libm-ieee754/s_remquof.c
@@ -70,11 +70,6 @@ __remquof (float x, float y, int *quo)
x -= 2 * y;
cquo += 2;
}
- if (x >= y)
- {
- x -= y;
- ++cquo;
- }
if (hy < 0x01000000)
{