member ctx removed from struct parser because it is unused

This commit is contained in:
2024-06-07 09:03:42 +02:00
parent 00c76b41f1
commit 0d01afcc9f
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ func doTest(t *testing.T, section string, input *inputType, count int) (good boo
var gotErr error
ctx := NewSimpleStore()
parser := NewParser(ctx)
parser := NewParser()
logTest(t, count, section, input.source, input.wantResult, input.wantErr)