diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-14 03:55:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 19:25:47 +0100 |
commit | abfbe76cb5adff2e7c9ddd4dc10c3dcc641d8949 (patch) | |
tree | ffd280132ba5cd871c17b6d5ceae239e60de9932 /libm/math_private.h | |
parent | 337531c6d5d2b3f04711933ac12432c1fa3f3254 (diff) |
libm: remove dead code
_IEEE_LIBM is always defined, so the other code is never
used. I don't know when it was actively used.
Diffstat (limited to 'libm/math_private.h')
-rw-r--r-- | libm/math_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libm/math_private.h b/libm/math_private.h index b62dcfe1a..620ce9a44 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -180,9 +180,6 @@ extern int __ieee754_rem_pio2 (double,double*) attribute_hidden; extern double __ieee754_scalb (double,double) attribute_hidden; /* fdlibm kernel function */ -#ifndef _IEEE_LIBM -extern double __kernel_standard (double,double,int) attribute_hidden; -#endif extern double __kernel_sin (double,double,int) attribute_hidden; extern double __kernel_cos (double,double) attribute_hidden; extern double __kernel_tan (double,double,int) attribute_hidden; |