aboutsummaryrefslogtreecommitdiff
path: root/math/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/logf.c')
-rw-r--r--math/logf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/logf.c b/math/logf.c
index 9c3657b..ee3120a 100644
--- a/math/logf.c
+++ b/math/logf.c
@@ -5,10 +5,6 @@
* SPDX-License-Identifier: MIT
*/
-#if WANT_SINGLEPREC
-#include "single/e_logf.c"
-#else
-
#include <math.h>
#include <stdint.h>
#include "math_config.h"
@@ -81,4 +77,3 @@ logf (float x)
strong_alias (logf, __logf_finite)
hidden_alias (logf, __ieee754_logf)
#endif
-#endif