aboutsummaryrefslogtreecommitdiff
path: root/math/s_csqrt_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_csqrt_template.c')
-rw-r--r--math/s_csqrt_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_csqrt_template.c b/math/s_csqrt_template.c
index 69cf77c..a94195a 100644
--- a/math/s_csqrt_template.c
+++ b/math/s_csqrt_template.c
@@ -158,7 +158,3 @@ M_DECL_FUNC (__csqrt) (CFLOAT x)
return res;
}
declare_mgen_alias (__csqrt, csqrt)
-
-#if M_LIBM_NEED_COMPAT (csqrt)
-declare_mgen_libm_compat (__csqrt, csqrt)
-#endif