Remove unused IsZero function
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -172,7 +172,3 @@ func (yml *NodeYaml) UnmarshalYAML(
|
||||
yml.nodeProfiles = exp.NodeProfiles
|
||||
return nil
|
||||
}
|
||||
|
||||
func (yml NodeYaml) IsZero() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user