Skip to content

Commit

Permalink
[Disk Manager]: Remove s3ChunkObject from tests (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuradobery authored Sep 19, 2024
1 parent 40f03bf commit fdf1cd3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ func readChunkMap(
return sortChunkMapEntries(result)
}

type s3ChunkObject struct {
Data []byte
Checksum uint32
Compression string
}

func updateBlobChecksum(
f *fixture,
chunkID string,
Expand Down

0 comments on commit fdf1cd3

Please sign in to comment.