remove last recycle?

This commit is contained in:
Rob Walker 2018-09-21 21:24:32 -07:00 committed by Greg Fitzgerald
parent 26b1466ef6
commit 9e3d2956d8
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ mod tests {
let mut rv = Blob::recv_from(&r, &reader).unwrap();
let rp = rv.pop_front().unwrap();
assert_eq!(rp.as_mut().meta.size, 1024);
r.recycle(rp, "blob_ip6_send_recv");
}
#[test]