summaryrefslogtreecommitdiff
path: root/math/s_cpow_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_cpow_template.c')
-rw-r--r--math/s_cpow_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_cpow_template.c b/math/s_cpow_template.c
index 604d09501f..dd1d08d3eb 100644
--- a/math/s_cpow_template.c
+++ b/math/s_cpow_template.c
@@ -27,7 +27,3 @@ M_DECL_FUNC (__cpow) (CFLOAT x, CFLOAT c)
}
declare_mgen_alias (__cpow, cpow)
-
-#if M_LIBM_NEED_COMPAT (cpow)
-declare_mgen_libm_compat (__cpow, cpow)
-#endif