Skip to content

Commit

Permalink
fix: removes unused functions
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 18, 2023
1 parent b7084ad commit 1f6d46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 93 deletions.
2 changes: 1 addition & 1 deletion attributes/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func trimQuotes(input string) string {
return strings.Trim(input, `"`)
}

// ParseToSet converts a json.RawMessage to an model.AttributeSet.
// ParseToSet converts a json.RawMessage to a model.AttributeSet.
func ParseToSet(input json.RawMessage) (model.AttributeSet, error) {
set := map[string]model.AttributeValue{}

Expand Down
92 changes: 0 additions & 92 deletions util/testutils/registry.go

This file was deleted.

0 comments on commit 1f6d46d

Please sign in to comment.