Skip to content

Commit 389748b

Browse files
committed
One more meaningless comment removed
1 parent 365656d commit 389748b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/store/nbs/archive_reader.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ func (ar archiveReader) iterate(ctx context.Context, cb func(chunks.Chunk) error
554554
loadedDictionaries := make(map[uint32]*gozstd.DDict)
555555
byteSpanCounter := uint32(1)
556556

557-
// Read the data block
558557
dataBlock := make([]byte, bufferSize)
559558
for currentBlockStart < (dataSpan.offset + dataSpan.length) {
560559
// Calculate how much data to read (up tp bufferSize) from the current block.

0 commit comments

Comments
 (0)