diff options
Diffstat (limited to 'math/s_ccosh_template.c')
-rw-r--r-- | math/s_ccosh_template.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_ccosh_template.c b/math/s_ccosh_template.c index 1ee6014374..d3ee8fc9b5 100644 --- a/math/s_ccosh_template.c +++ b/math/s_ccosh_template.c @@ -135,7 +135,3 @@ M_DECL_FUNC (__ccosh) (CFLOAT x) } declare_mgen_alias (__ccosh, ccosh); - -#if M_LIBM_NEED_COMPAT (carg) -declare_mgen_libm_compat (__ccosh, ccosh) -#endif |