summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-96/s_erfl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-96/s_erfl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-96/s_erfl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-96/s_erfl.c b/libc/sysdeps/ieee754/ldbl-96/s_erfl.c
index 574b061ad..b49a49be9 100644
--- a/libc/sysdeps/ieee754/ldbl-96/s_erfl.c
+++ b/libc/sysdeps/ieee754/ldbl-96/s_erfl.c
@@ -106,9 +106,6 @@
#include <math.h>
#include <math_private.h>
-#include <gnu/option-groups.h>
-
-#if __OPTION_EGLIBC_LIBM_BIG
static const long double
tiny = 1e-4931L,
@@ -438,9 +435,4 @@ __erfcl (long double x)
}
}
-#else /* !__OPTION_EGLIBC_LIBM_BIG */
-# include <sysdeps/ieee754/ldbl-wrap/s_erfl-wrap.c>
-weak_alias (__erfl, erfl)
-#endif /* __OPTION_EGLIBC_LIBM_BIG */
-
weak_alias (__erfcl, erfcl)