Remove unnecessary comment

Copy-pasted accidentally in #76749
This commit is contained in:
Justin SB 2019-05-30 21:48:41 -04:00
parent 990695c839
commit a2abed442f
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37

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
}