Skip to content

Commit

Permalink
removed an outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <[email protected]>
  • Loading branch information
wangxiaoxuan273 committed Oct 7, 2023
1 parent 5a07c7a commit 0f9fe8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/oci/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f9fe8f

Please sign in to comment.