libm: remove unused variables

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2016-10-05 17:04:58 +00:00
parent 7e81ad1292
commit a01a51a352
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306709
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;