client/container: Remove outdated comment #311

Merged
dstepanov-yadro merged 1 commit from elebedeva/frostfs-sdk-go:feat/stream-for-list into master 2024-12-11 13:17:40 +00:00
Showing only changes of commit d86cf85b39 - Show all commits

View file

@ -77,8 +77,6 @@ type ContainerListReader struct {
// io.Reader.Read but copies cid.ID and returns success flag instead of error.
//
// Failure reason can be received via Close.
//
// Panics if buf has zero length.
func (x *ContainerListReader) Read(buf []cid.ID) (int, bool) {
read := copyCnrIDBuffers(buf, x.tail)
x.tail = x.tail[read:]