forked from Deuxfleurs/garage
mark branch as unreachable
This commit is contained in:
parent
b3b0b20d72
commit
6cbc8d6ec9
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ impl BodyChunker {
|
||||||
let block = self.buf.drain(..length).collect::<Vec<u8>>();
|
let block = self.buf.drain(..length).collect::<Vec<u8>>();
|
||||||
Ok(Some(block))
|
Ok(Some(block))
|
||||||
} else {
|
} else {
|
||||||
Ok(None)
|
unreachable!("FastCDC returned not chunk")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue