[#311] client/container: Remove outdated comment
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
This commit is contained in:
parent
3dbae11efa
commit
d86cf85b39
1 changed files with 0 additions and 2 deletions
|
@ -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:]
|
||||
|
|
Loading…
Reference in a new issue