mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
libm: remove unused variables
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7e81ad1292
commit
a01a51a352
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306709
@ -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…
Reference in New Issue
Block a user