mirror of
git://git.musl-libc.org/musl
synced 2025-01-22 06:33:22 +00:00
math: remove an unused variable from modfl
This commit is contained in:
parent
8acbe4f818
commit
b9cd1d4d50
@ -14,7 +14,6 @@ long double modfl(long double x, long double *iptr)
|
||||
long double modfl(long double x, long double *iptr)
|
||||
{
|
||||
union ldshape u = {x};
|
||||
uint64_t mask;
|
||||
int e = (u.i.se & 0x7fff) - 0x3fff;
|
||||
int s = u.i.se >> 15;
|
||||
long double absx;
|
||||
|
Loading…
Reference in New Issue
Block a user