summary refs log tree commit diff
path: root/math/cabs_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/cabs_template.c')
-rw-r--r--math/cabs_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/cabs_template.c b/math/cabs_template.c
index c9592c15b6..21b8506b24 100644
--- a/math/cabs_template.c
+++ b/math/cabs_template.c
@@ -27,7 +27,3 @@ M_DECL_FUNC (__cabs) (CFLOAT z)
 }
 
 declare_mgen_alias (__cabs, cabs)
-
-#if M_LIBM_NEED_COMPAT (cabs)
-declare_mgen_libm_compat (__cabs, cabs)
-#endif