OSDN Git Service

MIPS: FP: Remove silly trick to avoid warning.
[uclinux-h8/linux.git] / arch / mips / math-emu / sp_flong.c
index 1e26795..3d6c1d1 100644 (file)
@@ -33,8 +33,6 @@ ieee754sp ieee754sp_flong(s64 x)
 
        CLEARCX;
 
-       xc = ( 0 ? xc : xc );
-
        if (x == 0)
                return ieee754sp_zero(0);
        if (x == 1 || x == -1)