Remove unused variable

This commit is contained in:
Adrian Conlon 2024-03-16 14:23:50 +00:00
parent 1c2b116a42
commit 739ce39360
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ void checker_t::check(test_t test) {
runner().raisePOWER();
initialiseState(test);
const auto pc = cpu.PC().word;
const auto start_opcode = runner().peek(pc);
m_cycles = cpu.step();
runner().lowerPOWER();