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