diff --git a/Source/Core/Core/DSP/Jit/DSPEmitter.h b/Source/Core/Core/DSP/Jit/DSPEmitter.h index e33c0d6edd..8bb2a33417 100644 --- a/Source/Core/Core/DSP/Jit/DSPEmitter.h +++ b/Source/Core/Core/DSP/Jit/DSPEmitter.h @@ -296,9 +296,8 @@ private: // CALL this to start the dispatcher const u8* m_enter_dispatcher; - const u8* m_reenter_dispatcher; - const u8* m_stub_entry_point; const u8* m_return_dispatcher; + const u8* m_stub_entry_point; }; } // namespace x86