about summary refs log tree commit diff
path: root/math/s_fdim_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_fdim_template.c')
-rw-r--r--math/s_fdim_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_fdim_template.c b/math/s_fdim_template.c
index 967777aff5..1fa4b7c607 100644
--- a/math/s_fdim_template.c
+++ b/math/s_fdim_template.c
@@ -34,7 +34,3 @@ M_DECL_FUNC (__fdim) (FLOAT x, FLOAT y)
   return r;
 }
 declare_mgen_alias (__fdim, fdim);
-
-#if M_LIBM_NEED_COMPAT (fdim)
-declare_mgen_libm_compat (__fdim, fdim)
-#endif