]> sourceware.org Git - glibc.git/commitdiff
ldbl-128: Remove unused sqrtl declaration in e_asinl.c
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Tue, 16 Aug 2016 15:49:39 +0000 (10:49 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Wed, 17 Aug 2016 19:06:54 +0000 (14:06 -0500)
This did not alter compilation for s390x and aarch64
targets.

ChangeLog
sysdeps/ieee754/ldbl-128/e_asinl.c

index 2fba9ad327dfde9133d32da0aa5fc8ba3436364d..ec4395862d350d715709c4029dce66626d0a5ed1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
+       * sysdeps/ieee754/ldbl-128/e_asinl.c:
+       Remove unused sqrtl declaration.
+
 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
 
        * math/Makefile: (gen-libm-templates.stmp): New rule.
index 5a0e473ef0168448eb8de54ebc266212279c63d1..4a8ed4cce452a561b5b0780dabe4abc6c74c57a4 100644 (file)
@@ -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,
This page took 0.174824 seconds and 5 git commands to generate.