mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
PPCAnalyst: Remove unused variables in BlockStats.
This commit is contained in:
@ -81,8 +81,6 @@ struct CodeOp // 16B
|
||||
|
||||
struct BlockStats
|
||||
{
|
||||
bool isFirstBlockOfFunction;
|
||||
bool isLastBlockOfFunction;
|
||||
int numCycles;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user