diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-y0.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-y0.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-y0.c b/sysdeps/ieee754/ldbl-opt/nldbl-y0.c deleted file mode 100644 index e35621f60f..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-y0.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "nldbl-compat.h" - -double -attribute_hidden -y0l (double x) -{ - return y0 (x); -} |