mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
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