[PATCH 3/6] ldbl-128: Remove unused sqrtl declaration in e_asinl.c
Paul E. Murphy
murphyp@linux.vnet.ibm.com
Tue Aug 16 17:02:00 GMT 2016
This did not alter compilation for s390x and aarch64
targets.
* sysdeps/ieee754/ldbl-128/e_asinl.c:
Remove unused sqrtl declaration.
---
sysdeps/ieee754/ldbl-128/e_asinl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sysdeps/ieee754/ldbl-128/e_asinl.c b/sysdeps/ieee754/ldbl-128/e_asinl.c
index 5a0e473..4a8ed4c 100644
--- a/sysdeps/ieee754/ldbl-128/e_asinl.c
+++ b/sysdeps/ieee754/ldbl-128/e_asinl.c
@@ -62,7 +62,6 @@
#include <float.h>
#include <math.h>
#include <math_private.h>
-long double sqrtl (long double);
static const long double
one = 1.0L,
--
2.4.11
More information about the Libc-alpha
mailing list