fix clippy warnings

This commit is contained in:
Arnaud_Cayrol 2026-02-14 16:57:26 +01:00
parent 467841f578
commit 36fc004a78

View file

@ -584,12 +584,6 @@ fn default_true() -> bool {
true
}
fn num_cpus() -> usize {
std::thread::available_parallelism()
.map(|p| p.get())
.unwrap_or(4)
}
// ============================================================================
// Video Configuration
// ============================================================================