This commit is contained in:
Olivia Brooks
2026-01-07 08:54:38 -05:00
parent 754ab48b92
commit e161069893

View File

@@ -43,11 +43,6 @@ impl Recover {
/// Recover media.
pub fn run(&mut self) -> anyhow::Result<usize> {
// From start, read to end or error.
//
// If all data recovered, return early.
// Else, read from end to error.
let mut is_finished = false;
while !is_finished {