Author: das
Date: Sun Oct 16 05:36:23 2011
New Revision: 226411
URL: http://svn.freebsd.org/changeset/base/226411

Log:
  Remove an unused variable.

Modified:
  head/lib/msun/src/e_log10f.c

Modified: head/lib/msun/src/e_log10f.c
==============================================================================
--- head/lib/msun/src/e_log10f.c        Sat Oct 15 23:15:55 2011        
(r226410)
+++ head/lib/msun/src/e_log10f.c        Sun Oct 16 05:36:23 2011        
(r226411)
@@ -32,7 +32,7 @@ static const float zero   =  0.0;
 float
 __ieee754_log10f(float x)
 {
-       float f,hfsq,hi,lo,r,y,y2;
+       float f,hfsq,hi,lo,r,y;
        int32_t i,k,hx;
 
        GET_FLOAT_WORD(hx,x);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to