diff options
Diffstat (limited to 'newlib/libm/math')
-rw-r--r-- | newlib/libm/math/ef_sqrt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libm/math/ef_sqrt.c b/newlib/libm/math/ef_sqrt.c index 17dab9311..80e7f360e 100644 --- a/newlib/libm/math/ef_sqrt.c +++ b/newlib/libm/math/ef_sqrt.c @@ -29,7 +29,6 @@ static float one = 1.0, tiny=1.0e-30; #endif { float z; - __int32_t sign = (__int32_t)0x80000000; __uint32_t r,hx; __int32_t ix,s,q,m,t,i; |