Skip to content

Commit

Permalink
FS-1123: Remove generic configuration functions from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Jun 5, 2024
1 parent a070a21 commit dd3030c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import (
)

type VendorConfigManager interface {
EnableTPM()
EnableSRIOV()

Raw(name, value string, menuPath []string)
Marshal() (string, error)
Unmarshal(cfgData string) (err error)
Expand Down

0 comments on commit dd3030c

Please sign in to comment.