mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
Chunker: remove unneeded return
This commit is contained in:
parent
551c7525fe
commit
d594cd89b7
@ -218,8 +218,6 @@ func (c *chunker) Next() (*Chunk, error) {
|
|||||||
c.pos += steps
|
c.pos += steps
|
||||||
c.bpos = c.bmax
|
c.bpos = c.bmax
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *chunker) append(b byte) {
|
func (c *chunker) append(b byte) {
|
||||||
|
Loading…
Reference in New Issue
Block a user