fix clippy warnings
This commit is contained in:
parent
467841f578
commit
36fc004a78
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue