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

distribution/xfer/download_test: rm unused field

> distribution/xfer/download_test.go:29:2: `os` is unused (structcheck)

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2019-08-06 17:25:51 -07:00 committed by Sebastiaan van Stijn
parent 7b6201f032
commit 21c2f0e656
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -26,7 +26,6 @@ type mockLayer struct {
diffID layer.DiffID
chainID layer.ChainID
parent layer.Layer
os string
}
func (ml *mockLayer) TarStream() (io.ReadCloser, error) {