Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf committed Jan 4, 2022
1 parent 040113a commit 2ce1276
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,3 @@ func GetKeysMap(m map[string]string) []string {
}
return keys
}

func StringInSlice(item string, slice []string) bool {
for _, elementOfSlice := range slice {
if item == elementOfSlice {
return true
}
}
return false
}

0 comments on commit 2ce1276

Please sign in to comment.