diff --git a/FEXCore/Source/Interface/Core/OpcodeDispatcher.h b/FEXCore/Source/Interface/Core/OpcodeDispatcher.h index e6a8060305..fd3a89ebf3 100644 --- a/FEXCore/Source/Interface/Core/OpcodeDispatcher.h +++ b/FEXCore/Source/Interface/Core/OpcodeDispatcher.h @@ -1756,13 +1756,6 @@ friend class FEXCore::IR::PassManager; PossiblySetNZCVBits |= OldSetNZCVBits; } - template - void CalculateFlags_ShiftVariable(OrderedNode *Shift, F&& CalculateFlags) { - // We are the ones calculating the deferred flags. Don't recurse! - InvalidateDeferredFlags(); - Calculate_ShiftVariable(Shift, CalculateFlags); - } - /** * @name These functions are used by the deferred flag handling while it is calculating and storing flags in to RFLAGs. * @{ */