This commit is contained in:
Rob Walker 2018-07-19 15:14:58 -07:00
parent f60ee87a52
commit 54f2146429
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ pub fn reconstruct_entries_from_blobs(blobs: VecDeque<SharedBlob>) -> bincode::R
for blob in blobs {
let entry = {
let msg = blob.read().unwrap();
deserialize(&msg.data()[..msg.meta.size])
};