about summary refs log tree commit diff
path: root/math/s_fmin_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_fmin_template.c')
-rw-r--r--math/s_fmin_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/s_fmin_template.c b/math/s_fmin_template.c
index 5f814095ce..5e8460ac5e 100644
--- a/math/s_fmin_template.c
+++ b/math/s_fmin_template.c
@@ -33,7 +33,3 @@ M_DECL_FUNC (__fmin) (FLOAT x, FLOAT y)
     return isnan (y) ? x : y;
 }
 declare_mgen_alias (__fmin, fmin);
-
-#if M_LIBM_NEED_COMPAT (fmin)
-declare_mgen_libm_compat (__fmin, fmin)
-#endif