Skip to content

Commit 7ddd85f

Browse files
committed
lib/libm: Remove unused definition of "one".
1 parent 873853f commit 7ddd85f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/libm/sf_cos.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424

2525
#include "fdlibm.h"
2626

27-
#ifdef __STDC__
28-
static const float one=1.0;
29-
#else
30-
static float one=1.0;
31-
#endif
32-
3327
#ifdef __STDC__
3428
float cosf(float x)
3529
#else

0 commit comments

Comments
 (0)