diff options
Diffstat (limited to 'math/s_csin_template.c')
-rw-r--r-- | math/s_csin_template.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_csin_template.c b/math/s_csin_template.c index d52beb999b..5a38bf7299 100644 --- a/math/s_csin_template.c +++ b/math/s_csin_template.c @@ -159,7 +159,3 @@ M_DECL_FUNC (__csin) (CFLOAT x) } declare_mgen_alias (__csin, csin) - -#if M_LIBM_NEED_COMPAT (csin) -declare_mgen_libm_compat (__csin, csin) -#endif |