]> git.proxmox.com Git - mirror_qemu.git/commit
m68k: remove dead code (Coverity CID1390617)
authorLaurent Vivier <laurent@vivier.eu>
Mon, 30 Apr 2018 17:01:56 +0000 (19:01 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 May 2018 13:37:20 +0000 (15:37 +0200)
commit6361d2984ce88912976a34e1797a5ad5139c649b
tree50f2f967cf8c537f0efe535f58b089f278ef06db
parent981348af5c3c72335d95f6877abf702d80176eb3
m68k: remove dead code (Coverity CID1390617)

floatx80_sin() and floatx80_cos() are derived from one
sincos() function. They have both unused code coming from
their common origin. Remove it.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180430170156.1860-2-laurent@vivier.eu>
target/m68k/softfloat.c