From d945477369ed4c3f3d2dadc2c537140fbf4e03b4 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:09:33 +0200 Subject: [PATCH] GS: Fix Wunused-variable warning. --- pcsx2/GS/GSState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/GS/GSState.cpp b/pcsx2/GS/GSState.cpp index b56412ad44..a64d67062b 100644 --- a/pcsx2/GS/GSState.cpp +++ b/pcsx2/GS/GSState.cpp @@ -680,7 +680,6 @@ template void GSState::GIFPackedRegHandlerSTQRGBAXYZ2(const GIFPackedReg* RESTRICT r, u32 size) { ASSERT(size > 0 && size % 3 == 0); - bool flushes_checked = false; CheckFlushes();