Remove unused IsZero function

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-01 18:39:40 -06:00
parent c472474597
commit 093c74add4

View File

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