diff --git a/src/pkg/layout/image.go b/src/pkg/layout/image.go index 00358a50ee..7d236410bf 100644 --- a/src/pkg/layout/image.go +++ b/src/pkg/layout/image.go @@ -44,7 +44,6 @@ func (i *Images) AddV1Image(img v1.Image) error { } i.AddBlob(digest.Hex) } - manifest, err := img.Manifest() if err != nil { return err