SIO: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2022-11-19 07:50:30 +01:00
parent f6b8b6cb9b
commit 3c4d48f45d
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ void Sio2::Infrared()
{ {
SetRecv1(Recv1::DISCONNECTED); SetRecv1(Recv1::DISCONNECTED);
const u8 commandByte = fifoIn.front();
fifoIn.pop_front(); fifoIn.pop_front();
const u8 responseByte = 0xff; const u8 responseByte = 0xff;