Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
borud committed Jul 5, 2023
1 parent 46e1b1a commit 4cf48eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/commonopt/tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ var parms = []string{
`otherexisting:""`,
}

var meta = &map[string]string{
"foo": "something else",
"existing": "some value",
"otherexisting": "some other value",
"untouched": "still here",
}

func TestTagRegex(t *testing.T) {
for _, s := range parms {
res := tagRegex.FindStringSubmatch(s)
Expand Down

0 comments on commit 4cf48eb

Please sign in to comment.