mirror of https://github.com/PCSX2/pcsx2.git
SIO: Fix Wunused-variable warning.
This commit is contained in:
parent
f6b8b6cb9b
commit
3c4d48f45d
|
@ -581,7 +581,6 @@ void Sio2::Infrared()
|
|||
{
|
||||
SetRecv1(Recv1::DISCONNECTED);
|
||||
|
||||
const u8 commandByte = fifoIn.front();
|
||||
fifoIn.pop_front();
|
||||
const u8 responseByte = 0xff;
|
||||
|
||||
|
|
Loading…
Reference in New Issue