aboutsummaryrefslogtreecommitdiff
path: root/math/sinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/sinf.c')
-rw-r--r--math/sinf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/math/sinf.c b/math/sinf.c
index f624cde..770b294 100644
--- a/math/sinf.c
+++ b/math/sinf.c
@@ -5,10 +5,6 @@
* SPDX-License-Identifier: MIT
*/
-#if WANT_SINGLEPREC
-#include "single/s_sinf.c"
-#else
-
#include <math.h>
#include "math_config.h"
#include "sincosf.h"
@@ -69,5 +65,3 @@ sinf (float y)
else
return __math_invalidf (y);
}
-
-#endif