Author: emaste
Date: Wed Oct  5 17:04:58 2016
New Revision: 306709
URL: https://svnweb.freebsd.org/changeset/base/306709

Log:
  libm: remove unused variables
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/lib/msun/ld80/e_lgammal_r.c
  head/lib/msun/src/e_lgammaf_r.c

Modified: head/lib/msun/ld80/e_lgammal_r.c
==============================================================================
--- head/lib/msun/ld80/e_lgammal_r.c    Wed Oct  5 17:03:22 2016        
(r306708)
+++ head/lib/msun/ld80/e_lgammal_r.c    Wed Oct  5 17:04:58 2016        
(r306709)
@@ -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;

Modified: head/lib/msun/src/e_lgammaf_r.c
==============================================================================
--- head/lib/msun/src/e_lgammaf_r.c     Wed Oct  5 17:03:22 2016        
(r306708)
+++ head/lib/msun/src/e_lgammaf_r.c     Wed Oct  5 17:04:58 2016        
(r306709)
@@ -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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to