Merged v2_develop.

Code cleanup
This commit is contained in:
Tig
2024-12-07 14:37:17 -08:00
parent 3e6e758302
commit 5a0b3507a0
11 changed files with 53 additions and 55 deletions

View File

@@ -438,8 +438,6 @@ public class AnsiResponseParserTests (ITestOutputHelper output)
[Fact]
public void UnknownResponses_ParameterShouldMatch ()
{
int i = 0;
// Track unknown responses passed to the UnexpectedResponseHandler
var unknownResponses = new List<string> ();