Skip to content

Commit

Permalink
fix lint error for unused function
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Aug 22, 2023
1 parent ef74aa5 commit 629dac0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions registry/storage/garbagecollect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,6 @@ func getAnyKey(digests map[digest.Digest]io.ReadSeeker) (d digest.Digest) {
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) {
ctx := context.Background()
inmemoryDriver := inmemory.New()
Expand Down

0 comments on commit 629dac0

Please sign in to comment.