lib/libm: Remove unused definition of "one".
This commit is contained in:
parent
873853f1a8
commit
7ddd85f933
|
@ -24,12 +24,6 @@
|
|||
|
||||
#include "fdlibm.h"
|
||||
|
||||
#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