aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dp_fint.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_fint.c')
-rw-r--r--arch/mips/math-emu/dp_fint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/math-emu/dp_fint.c b/arch/mips/math-emu/dp_fint.c
index 0065deaee24..a1962eb460f 100644
--- a/arch/mips/math-emu/dp_fint.c
+++ b/arch/mips/math-emu/dp_fint.c
@@ -33,8 +33,6 @@ ieee754dp ieee754dp_fint(int x)
CLEARCX;
- xc = ( 0 ? xc : xc );
-
if (x == 0)
return ieee754dp_zero(0);
if (x == 1 || x == -1)