From 8772219492118f538e4b6b97e5449c4f3fc66aca Mon Sep 17 00:00:00 2001 From: Megamouse Date: Wed, 23 Aug 2023 21:23:30 +0200 Subject: [PATCH] Remove unused variable in PPUThread.cpp --- rpcs3/Emu/Cell/PPUThread.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 49aa70e8d0..775695f0a2 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1738,8 +1738,6 @@ std::vector> ppu_thread::dump_callstack_list() const const auto type = g_ppu_itype.decode(test_op.opcode); - const u32 spr = ((test_op.spr >> 5) | ((test_op.spr & 0x1f) << 5)); - if (type == ppu_itype::BCLR) { break;