Merge pull request #78557 from justinsb/remove_unnnecessary_commentt

Remove unnecessary comment
This commit is contained in:
Kubernetes Prow Robot 2019-06-01 12:12:54 -07:00 committed by GitHub
commit 3e5a527a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,9 +249,6 @@ func (t *awsTagging) addFilters(filters []*ec2.Filter) []*ec2.Filter {
}
f := newEc2Filter("tag-key", t.clusterTagKey())
// We can't pass a zero-length Filters to AWS (it's an error)
// So if we end up with no filters; we need to return nil
filters = append(filters, f)
return filters
}