remove unused fn
This commit is contained in:
@@ -226,10 +226,6 @@ impl State {
|
|||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_end_report(&mut self) -> Result<()> {
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
@@ -265,7 +261,6 @@ pub fn init() -> (MsgQueue, impl Future<Output = Result<()>>) {
|
|||||||
state.render()?;
|
state.render()?;
|
||||||
|
|
||||||
if exit {
|
if exit {
|
||||||
state.print_end_report()?;
|
|
||||||
Ok(None)
|
Ok(None)
|
||||||
} else {
|
} else {
|
||||||
Ok(Some((current_queue, state)))
|
Ok(Some((current_queue, state)))
|
||||||
|
|||||||
Reference in New Issue
Block a user