Index: libmpc/trunk/common/fastmath.c
===================================================================
--- libmpc/trunk/common/fastmath.c	(revision 443)
+++ libmpc/trunk/common/fastmath.c	(revision 477)
@@ -30,5 +30,5 @@
 void   Init_FastMath ( void )
 {
-    int i; mpc_floatint X, Y; double xm, x0, xp, x, y; float* p;
+    int i; mpc_floatint X; double xm, x0, xp, x, y; float* p;
 
     p = (float*) tabatan2;
@@ -57,5 +57,4 @@
     for ( i = 0; i < 255; i++ ) {
         X.n = (i << 23);
-        Y.n = (i << 23) + (1<<23) - 1;
         *p++ = sqrt(X.f);
     }
