blueprint: delete unused HasFDO() function

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-01-31 12:26:29 +01:00 committed by Sanne Raymaekers
parent 772a131d35
commit 317565f2c4

View file

@ -401,10 +401,6 @@ func (c *Customizations) GetOpenSCAP() *OpenSCAPCustomization {
return c.OpenSCAP
}
func (f *FDOCustomization) HasFDO() bool {
return f != nil
}
func (c *Customizations) GetIgnition() *IgnitionCustomization {
if c == nil {
return nil