PPCAnalyst: Remove unused variables in BlockStats.

This commit is contained in:
Admiral H. Curtiss
2022-10-08 03:28:27 +02:00
parent a5217c07b8
commit 1abffc0b05
2 changed files with 0 additions and 8 deletions

View File

@ -81,8 +81,6 @@ struct CodeOp // 16B
struct BlockStats
{
bool isFirstBlockOfFunction;
bool isLastBlockOfFunction;
int numCycles;
};