Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: emirot <emirot.nolan@gmail.com>
  • Loading branch information
emirot committed Apr 26, 2024
1 parent a68f407 commit 0e64959
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kustomize/commands/edit/fix/convert.go
Expand Up @@ -329,15 +329,6 @@ func setPlaceholderValue(varName string, files []string, fSys filesys.FileSystem
return nil
}

func stringInSlice(elem string, slice []string) bool {
for i := range slice {
if slice[i] == elem {
return true
}
}
return false
}

func indexOf(varName string, slice []string) int {
for i := range slice {
if slice[i] == varName {
Expand Down

0 comments on commit 0e64959

Please sign in to comment.