mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove an unused variable.
This commit is contained in:
parent
007b7ee85c
commit
eccf8b3a30
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static const float zero = 0.0;
|
|||
float
|
||||
__ieee754_log10f(float x)
|
||||
{
|
||||
float f,hfsq,hi,lo,r,y,y2;
|
||||
float f,hfsq,hi,lo,r,y;
|
||||
int32_t i,k,hx;
|
||||
|
||||
GET_FLOAT_WORD(hx,x);
|
||||
|
|
|
|||
Loading…
Reference in a new issue