Skip to content

Commit

Permalink
Update VcdParser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen authored Jul 26, 2023
1 parent 9a73981 commit 7d67178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OneWare.Vcd.Parser/VcdParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ private static async Task ReadSignals(StreamReader reader, IReadOnlyDictionary<c
{
//Wait for new input from simulator
await Task.Delay(50);
continue;
}

if (progress != null)
Expand Down

0 comments on commit 7d67178

Please sign in to comment.