Remove duplicate comments
This commit is contained in:
parent
a1cd503657
commit
68433abb7c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue