]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
scsi: Fix if-statements in getmsglen()
authorThomas Huth <huth@tuxfamily.org>
Sat, 1 Dec 2018 12:08:44 +0000 (13:08 +0100)
committerThomas Huth <huth@tuxfamily.org>
Sat, 1 Dec 2018 12:08:44 +0000 (13:08 +0100)
commit8b04120a8fdd80992d80acf81e1be966a55a3044
tree8b58a268fca932ec74ae9b56049589450c1bf342
parent7521d35c06808a598799b80909d0456c1dee4967
scsi: Fix if-statements in getmsglen()

The (msg >= 0x02 && msg <= 0x1f) condition is already handled by the
first if-statement, so the second if-statement is simply dead code.
scsi.cpp