Merge pull request #1514 from anderbubble/remove-iszero

Remove unused IsZero function
This commit is contained in:
Christian Goll
2024-11-06 17:36:39 +01:00
committed by GitHub

View File

@@ -172,7 +172,3 @@ func (yml *NodeYaml) UnmarshalYAML(
yml.nodeProfiles = exp.NodeProfiles
return nil
}
func (yml NodeYaml) IsZero() bool {
return true
}