Delete TestImageType methods not required by ImageType interface
This commit is contained in:
parent
b92196a056
commit
42b3512b12
1 changed files with 0 additions and 8 deletions
|
|
@ -172,14 +172,6 @@ func (t *TestImageType) PartitionType() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
func (t *TestImageType) Packages(bp blueprint.Blueprint) ([]string, []string) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (t *TestImageType) BuildPackages() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (t *TestImageType) PackageSets(bp blueprint.Blueprint) map[string]rpmmd.PackageSet {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue