]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/libm-ieee754/s_remquof.c
Update.
[thirdparty/glibc.git] / sysdeps / libm-ieee754 / s_remquof.c
index b3870f4b020b21d9a621e304c2638558b767e816..2ffd16c90329161b6e7fbfcca370cd3f150ca8f0 100644 (file)
@@ -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)
     {