Skip to content
Snippets Groups Projects
Commit 7ddd85f9 authored by Damien George's avatar Damien George
Browse files

lib/libm: Remove unused definition of "one".

parent 873853f1
Branches
No related tags found
No related merge requests found
...@@ -24,12 +24,6 @@ ...@@ -24,12 +24,6 @@
#include "fdlibm.h" #include "fdlibm.h"
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment