Debugger: removed unused var

This commit is contained in:
tomcw 2017-03-12 21:56:42 +00:00
parent 30d8b7716a
commit 1c3838ab8f

View File

@ -8505,7 +8505,6 @@ static void CheckBreakOpcode( int iOpcode )
void DebugContinueStepping ()
{
static UINT nStepsTaken = 0;
static bool bForceSingleStepNext = false; // Allow at least one instruction to execute so we don't trigger on the same invalid opcode
if (g_nDebugSkipLen > 0)
@ -8615,7 +8614,6 @@ void DebugContinueStepping ()
Update_t bUpdate = UPDATE_ALL;
UpdateDisplay( bUpdate );
nStepsTaken = 0;
}
}