internal/distro/el7: delete unreachable code
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
fe1bf7a7bf
commit
5e0058bc98
1 changed files with 0 additions and 3 deletions
|
|
@ -186,9 +186,6 @@ func vhdPipelines(compress bool) pipelinesFunc {
|
|||
kernelVer := rpmmd.GetVerStrFromPackageSpecListPanic(packageSetSpecs[osPkgsKey], customizations.GetKernel().Name)
|
||||
imagePipeline := liveImagePipeline(treePipeline.Name, diskfile, partitionTable, t.arch, kernelVer)
|
||||
pipelines = append(pipelines, *imagePipeline)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
var qemufile string
|
||||
if compress {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue