linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / mips / math-emu / dp_flong.c
index cb105b1..eae90a8 100644 (file)
@@ -33,8 +33,6 @@ ieee754dp ieee754dp_flong(s64 x)
 
        CLEARCX;
 
-       xc = ( 0 ? xc : xc );
-
        if (x == 0)
                return ieee754dp_zero(0);
        if (x == 1 || x == -1)