From 3c4d48f45ddfffea49f7fba5c71708bc74fa1fdf Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Sat, 19 Nov 2022 07:50:30 +0100 Subject: [PATCH] SIO: Fix Wunused-variable warning. --- pcsx2/Sio.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/Sio.cpp b/pcsx2/Sio.cpp index 22e928e81b..84ac57b16b 100644 --- a/pcsx2/Sio.cpp +++ b/pcsx2/Sio.cpp @@ -581,7 +581,6 @@ void Sio2::Infrared() { SetRecv1(Recv1::DISCONNECTED); - const u8 commandByte = fifoIn.front(); fifoIn.pop_front(); const u8 responseByte = 0xff;