diff options
Diffstat (limited to 'lib/msun/src/w_hypotf.c')
-rw-r--r-- | lib/msun/src/w_hypotf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/w_hypotf.c b/lib/msun/src/w_hypotf.c index 77c055d020eb..893482cd1f97 100644 --- a/lib/msun/src/w_hypotf.c +++ b/lib/msun/src/w_hypotf.c @@ -25,12 +25,7 @@ static char rcsid[] = "$FreeBSD$"; #include "math_private.h" -#ifdef __STDC__ float hypotf(float x, float y) /* wrapper hypotf */ -#else - float hypotf(x,y) /* wrapper hypotf */ - float x,y; -#endif { #ifdef _IEEE_LIBM return __ieee754_hypotf(x,y); |