diff --git a/pkg/api/helpers.go b/pkg/api/helpers.go index e31bbdd44fa..dbab8a17257 100644 --- a/pkg/api/helpers.go +++ b/pkg/api/helpers.go @@ -512,7 +512,6 @@ func TolerationToleratesTaint(toleration *Toleration, taint *Taint) bool { return true } return false - } // TaintToleratedByTolerations checks if taint is tolerated by any of the tolerations.