libm: remove unused variables
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7e81ad1292
commit
a01a51a352
@ -249,7 +249,7 @@ sin_pil(long double x)
|
||||
long double
|
||||
lgammal_r(long double x, int *signgamp)
|
||||
{
|
||||
long double nadj,p,p1,p2,p3,q,r,t,w,y,z;
|
||||
long double nadj,p,p1,p2,q,r,t,w,y,z;
|
||||
uint64_t lx;
|
||||
int i;
|
||||
uint16_t hx,ix;
|
||||
|
@ -122,7 +122,7 @@ sin_pif(float x)
|
||||
float
|
||||
__ieee754_lgammaf_r(float x, int *signgamp)
|
||||
{
|
||||
float nadj,p,p1,p2,p3,q,r,t,w,y,z;
|
||||
float nadj,p,p1,p2,q,r,t,w,y,z;
|
||||
int32_t hx;
|
||||
int i,ix;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user