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 /docs | |
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 'docs')
-rw-r--r-- | docs/defines.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/defines.txt b/docs/defines.txt index 6e4a60485..b23fac9c0 100644 --- a/docs/defines.txt +++ b/docs/defines.txt @@ -75,8 +75,6 @@ __UCLIBC_HAS_XXX__, __UCLIBC_HAVE_XXX__ __UCLIBC_HAVE_XXX__ are booleans from bits/uClibc_arch_features.h (there are more __UCLIBC_XXX defines there) -_IEEE_LIBM - Always defined at libm build time __LDBL_COMPAT Never defined, TODO: remove? |