lib/libm: Remove unused definition of "one".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user