diff options
Diffstat (limited to 'math/s_clog10_template.c')
-rw-r--r-- | math/s_clog10_template.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/s_clog10_template.c b/math/s_clog10_template.c index 30d87b5a8a..1b004d1a9a 100644 --- a/math/s_clog10_template.c +++ b/math/s_clog10_template.c @@ -120,9 +120,3 @@ M_DECL_FUNC (__clog10) (CFLOAT x) } declare_mgen_alias (__clog10, clog10) - -#if M_LIBM_NEED_COMPAT (clog10) -/* __clog10 is also a public symbol. */ -declare_mgen_libm_compat (__clog10, __clog10) -declare_mgen_libm_compat (clog10, clog10) -#endif |