diff options
Diffstat (limited to 'math/cimag_template.c')
-rw-r--r-- | math/cimag_template.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/cimag_template.c b/math/cimag_template.c index 6284b57e1f..b24f001773 100644 --- a/math/cimag_template.c +++ b/math/cimag_template.c @@ -26,7 +26,3 @@ M_DECL_FUNC (__cimag) (CFLOAT z) } declare_mgen_alias (__cimag, cimag) - -#if M_LIBM_NEED_COMPAT (cimag) -declare_mgen_libm_compat (__cimag, cimag) -#endif |