mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 12:34:55 +00:00
Merge pull request #7117 from lioncash/unused
JitBase: Remove unused rewriteStart data member from JitState
This commit is contained in:
commit
3307474c95
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ protected:
|
|||
PPCAnalyst::BlockRegStats gpa;
|
||||
PPCAnalyst::BlockRegStats fpa;
|
||||
PPCAnalyst::CodeOp* op;
|
||||
u8* rewriteStart;
|
||||
|
||||
JitBlock* curBlock;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue