ldbl-128: Remove unused sqrtl declaration in e_asinl.c

This did not alter compilation for s390x and aarch64
targets.
This commit is contained in:
Paul E. Murphy 2016-08-16 10:49:39 -05:00
parent ce6698ea0a
commit ee19f1de0d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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,