Skip to content

Commit

Permalink
Remove unnedded functions
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat authored and isuruf committed Jan 1, 2018
1 parent 12859cf commit 1070803
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions runtime/flangrti/fltmanip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1070803

Please sign in to comment.