From 42b3512b121e5920f0665220065ad64db42ead43 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Mon, 25 Apr 2022 20:30:34 +0200 Subject: [PATCH] Delete `TestImageType` methods not required by `ImageType` interface --- internal/distro/test_distro/distro.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal/distro/test_distro/distro.go b/internal/distro/test_distro/distro.go index 81f4552da..beb6851ab 100644 --- a/internal/distro/test_distro/distro.go +++ b/internal/distro/test_distro/distro.go @@ -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 }