1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Builder: remove unused field

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-06 19:30:49 +02:00
parent a7942baf76
commit a46ad5e704
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -89,7 +89,6 @@ func (m *imageSources) Add(im *imageMount) {
// imageMount is a reference to an image that can be used as a builder.Source // imageMount is a reference to an image that can be used as a builder.Source
type imageMount struct { type imageMount struct {
image builder.Image image builder.Image
source builder.Source
layer builder.ROLayer layer builder.ROLayer
} }