MIPS: FP: Remove silly trick to avoid warning. Just doesn't fool a modern compiler anymore. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Ralf Baechle and committed by
2d5e7b9f 26487957

-8
-2
arch/mips/math-emu/dp_fint.c
··· 33 33 34 34 CLEARCX; 35 35 36 - xc = ( 0 ? xc : xc ); 37 - 38 36 if (x == 0) 39 37 return ieee754dp_zero(0); 40 38 if (x == 1 || x == -1)
-2
arch/mips/math-emu/dp_flong.c
··· 33 33 34 34 CLEARCX; 35 35 36 - xc = ( 0 ? xc : xc ); 37 - 38 36 if (x == 0) 39 37 return ieee754dp_zero(0); 40 38 if (x == 1 || x == -1)
-2
arch/mips/math-emu/sp_fint.c
··· 33 33 34 34 CLEARCX; 35 35 36 - xc = ( 0 ? xc : xc ); 37 - 38 36 if (x == 0) 39 37 return ieee754sp_zero(0); 40 38 if (x == 1 || x == -1)
-2
arch/mips/math-emu/sp_flong.c
··· 33 33 34 34 CLEARCX; 35 35 36 - xc = ( 0 ? xc : xc ); 37 - 38 36 if (x == 0) 39 37 return ieee754sp_zero(0); 40 38 if (x == 1 || x == -1)