summaryrefslogtreecommitdiffstats
path: root/src/interactive
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2024-01-07 20:18:11 +0000
committerPiotr Wach <pwach@bloomberg.net>2024-01-07 20:18:11 +0000
commit7378bd8bb1887379688eafe00a773521a7c32c9b (patch)
tree58d95be9bf0befa0b47e201888e95479c75f06c6 /src/interactive
parentb52f66e4cd48bc670b1b98a4a713e280b63d9432 (diff)
remove commented out code
Diffstat (limited to 'src/interactive')
-rw-r--r--src/interactive/app/eventloop.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/interactive/app/eventloop.rs b/src/interactive/app/eventloop.rs
index 0291813..5644236 100644
--- a/src/interactive/app/eventloop.rs
+++ b/src/interactive/app/eventloop.rs
@@ -131,23 +131,8 @@ impl AppState {
}
}
}
- // TODO: do we need this?
- // Ok(ProcessingResult::Finished(WalkResult {
- // num_errors: traversal.io_errors,
- // }))
}
- // TODO: do we need this?
- // default(Duration::from_millis(250)) => {
- // // No events or new entries received, but we still need
- // // to keep updating the status message regularly.
- // if update(&mut t, None)? {
- // return Ok(None);
- // }
- // }
- // }
- // }
-
fn process_traversal_event<'a>(
&mut self,
t: &'a mut Traversal,