diff --git a/internal/fdo/fdo.go b/internal/fdo/fdo.go deleted file mode 100644 index badd407ad..000000000 --- a/internal/fdo/fdo.go +++ /dev/null @@ -1,15 +0,0 @@ -package fdo - -import "github.com/osbuild/osbuild-composer/internal/blueprint" - -type Options struct { - ManufacturingServerURL string - DiunPubKeyInsecure string - DiunPubKeyHash string - DiunPubKeyRootCerts string -} - -func FromBP(bpFDO blueprint.FDOCustomization) *Options { - fdo := Options(bpFDO) - return &fdo -}