From e43435e152cec54e91bcd62e1ca65e64d2048708 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Tue, 14 Apr 2026 07:40:30 +0200 Subject: [PATCH] Remove unused should_have_argument_increment --- rpcs3/Emu/Cell/SPUCommonRecompiler.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp b/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp index e08139f8c5..efc258a302 100644 --- a/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp +++ b/rpcs3/Emu/Cell/SPUCommonRecompiler.cpp @@ -6489,7 +6489,6 @@ spu_program spu_recompiler_base::analyse(const be_t* ls, u32 entry_point, s } bool should_have_argument_dictator = false; - bool should_have_argument_increment = false; bool cond_val_incr_before_cond = false; bool ends_with_comparison = false; @@ -6498,10 +6497,6 @@ spu_program spu_recompiler_base::analyse(const be_t* ls, u32 entry_point, s switch (reg->mod1_type) { case spu_itype::A: - { - should_have_argument_increment = true; - [[fallthrough]]; - } case spu_itype::AI: case spu_itype::AHI: { @@ -6561,10 +6556,6 @@ spu_program spu_recompiler_base::analyse(const be_t* ls, u32 entry_point, s switch (reg->mod2_type) { case spu_itype::A: - { - should_have_argument_increment = true; - [[fallthrough]]; - } case spu_itype::AI: case spu_itype::AHI: {