Remove unused variable 'one' from sf_cos.c
Defined, never mentioned. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
2c245028af
commit
088a45cdf6
|
@ -16,12 +16,6 @@
|
||||||
#include "fdlibm.h"
|
#include "fdlibm.h"
|
||||||
#if __OBSOLETE_MATH
|
#if __OBSOLETE_MATH
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
static const float one=1.0;
|
|
||||||
#else
|
|
||||||
static float one=1.0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
float cosf(float x)
|
float cosf(float x)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue