DSPEmitter: Remove unused class member variable

This commit is contained in:
Lioncash 2017-01-28 06:34:14 -05:00
parent 04c3db8bfa
commit 7959f900ed
1 changed files with 1 additions and 2 deletions

View File

@ -296,9 +296,8 @@ private:
// CALL this to start the dispatcher // CALL this to start the dispatcher
const u8* m_enter_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_return_dispatcher;
const u8* m_stub_entry_point;
}; };
} // namespace x86 } // namespace x86