提交 d3690f8b 编写于 作者: G Greg Dietsche 提交者: Geert Uytterhoeven

m68k/math-emu: Remove unnecessary code

Remove unnecessary code that matches this coccinelle pattern

	if (...)
		return ret;
	return ret;
Signed-off-by: NGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 ffe6c42a
......@@ -105,9 +105,6 @@ fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src)
fp_monadic_check(dest, src);
if (IS_ZERO(dest))
return dest;
return dest;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册