diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-12-07 18:04:40 +0000 |
---|---|---|
committer | <ralf@denk.linux-mips.net> | 2006-01-10 13:39:05 +0000 |
commit | 2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe (patch) | |
tree | f49bd735203673187c7b851b70a9be56fd0bcc0c /arch/mips/math-emu/sp_fint.c | |
parent | 264879576cabb85f9992e63e0209a99885e3e2f1 (diff) |
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>
Diffstat (limited to 'arch/mips/math-emu/sp_fint.c')
-rw-r--r-- | arch/mips/math-emu/sp_fint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/math-emu/sp_fint.c b/arch/mips/math-emu/sp_fint.c index 42d9ed4b9a9..7aac13afb09 100644 --- a/arch/mips/math-emu/sp_fint.c +++ b/arch/mips/math-emu/sp_fint.c @@ -33,8 +33,6 @@ ieee754sp ieee754sp_fint(int x) CLEARCX; - xc = ( 0 ? xc : xc ); - if (x == 0) return ieee754sp_zero(0); if (x == 1 || x == -1) |