Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbreisch committed May 22, 2022
1 parent a40c9b3 commit e2c27ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Trs80.Level1Basic.VirtualMachine/Machine/Machine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public void RunThenBranch(CompoundStatementList thenBranch, IInterpreter interpr

ExecutionHalted = false;
if (thenBranch == null) return;
int lineNumber = thenBranch.LineNumber;
IStatement statement = thenBranch[0];

while (statement != null && !ExecutionHalted)
Expand Down

0 comments on commit e2c27ba

Please sign in to comment.