Skip to content

Commit

Permalink
remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Sep 27, 2024
1 parent 0cfc3d3 commit dc5f3b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,3 @@ func TestRootGroups(t *testing.T) {
})

}

func strPtr(v string) *string {
return &v
}

0 comments on commit dc5f3b5

Please sign in to comment.