Skip to content

Commit

Permalink
removed unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaeb Jindani committed Apr 9, 2024
1 parent ecc9ecf commit c884604
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/command/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,3 @@ func CheckForFixPacks(config *rest.Config, operatornamespace string) {
}

}

func containsString(slice []metav1.GroupVersionForDiscovery, s string) bool {
for _, item := range slice {
if item.GroupVersion == s {
return true
}
}
return false
}

0 comments on commit c884604

Please sign in to comment.