From 0f9fe8f9c48e948dc614d03a12ee7e615f59ce03 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Wang Date: Mon, 25 Sep 2023 08:48:26 +0000 Subject: [PATCH] removed an outdated comment Signed-off-by: Xiaoxuan Wang --- content/oci/storage.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/oci/storage.go b/content/oci/storage.go index 98df6428..6acf5b34 100644 --- a/content/oci/storage.go +++ b/content/oci/storage.go @@ -106,8 +106,7 @@ func (s *Storage) Push(_ context.Context, expected ocispec.Descriptor, content i return nil } -// Delete removes the target from the system. With Delete, Storage implements the -// DeletableStorage interface. +// Delete removes the target from the system. func (s *Storage) Delete(ctx context.Context, target ocispec.Descriptor) error { path, err := blobPath(target.Digest) if err != nil {