Remove duplicate comments

This commit is contained in:
dasydong 2019-12-28 01:06:22 +08:00
parent a1cd503657
commit 68433abb7c
1 changed files with 0 additions and 1 deletions

View File

@ -518,7 +518,6 @@ func fixNodeGroupSize(context *context.AutoscalingContext, clusterStateRegistry
return fixed, nil
}
// Removes unregistered nodes if needed. Returns true if anything was removed and error if such occurred.
// Removes unregistered nodes if needed. Returns true if anything was removed and error if such occurred.
func removeOldUnregisteredNodes(unregisteredNodes []clusterstate.UnregisteredNode, context *context.AutoscalingContext,
csr *clusterstate.ClusterStateRegistry, currentTime time.Time, logRecorder *utils.LogEventRecorder) (bool, error) {