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"
|
||||
#if __OBSOLETE_MATH
|
||||
|
||||
#ifdef __STDC__
|
||||
static const float one=1.0;
|
||||
#else
|
||||
static float one=1.0;
|
||||
#endif
|
||||
|
||||
#ifdef __STDC__
|
||||
float cosf(float x)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue