diff --git a/chunker/chunker.go b/chunker/chunker.go index c317672c0..2cd5a4e34 100644 --- a/chunker/chunker.go +++ b/chunker/chunker.go @@ -218,8 +218,6 @@ func (c *chunker) Next() (*Chunk, error) { c.pos += steps c.bpos = c.bmax } - - return nil, nil } func (c *chunker) append(b byte) {