Cleanup.
This commit is contained in:
@@ -43,11 +43,6 @@ impl Recover {
|
|||||||
|
|
||||||
/// Recover media.
|
/// Recover media.
|
||||||
pub fn run(&mut self) -> anyhow::Result<usize> {
|
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;
|
let mut is_finished = false;
|
||||||
|
|
||||||
while !is_finished {
|
while !is_finished {
|
||||||
|
|||||||
Reference in New Issue
Block a user