diff --git a/src/io/cache.rs b/src/io/cache.rs index fec55280..08bf3738 100644 --- a/src/io/cache.rs +++ b/src/io/cache.rs @@ -88,8 +88,6 @@ impl WorkQueue { while let Some(element) = queue.pop_front() { result.push(element); } - } else { - panic!("locking failed"); } result }