diff --git a/runtime/flangrti/fltmanip.c b/runtime/flangrti/fltmanip.c index 94319e0bac0..2bbb9340ae7 100644 --- a/runtime/flangrti/fltmanip.c +++ b/runtime/flangrti/fltmanip.c @@ -359,16 +359,6 @@ nearbyintf(float x) return __nearbyintf(x); } double -rint(double x) -{ - return __nearbyint(x); -} -float -rintf(float x) -{ - return __nearbyintf(x); -} -double remainder(double x, double y) { return __remainder(x, y);