fix lint error for unused function
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
parent
c2fcaa2d63
commit
079cd5b4a5
1 changed files with 0 additions and 7 deletions
|
@ -359,13 +359,6 @@ func getAnyKey(digests map[digest.Digest]io.ReadSeeker) (d digest.Digest) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func getKeys(digests map[digest.Digest]io.ReadSeeker) (ds []digest.Digest) {
|
|
||||||
for d := range digests {
|
|
||||||
ds = append(ds, d)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestDeletionWithSharedLayer(t *testing.T) {
|
func TestDeletionWithSharedLayer(t *testing.T) {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
inmemoryDriver := inmemory.New()
|
inmemoryDriver := inmemory.New()
|
||||||
|
|
Loading…
Reference in a new issue