mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 06:03:32 +01:00
DSPEmitter: Remove unused class member variable
This commit is contained in:
parent
04c3db8bfa
commit
7959f900ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user