lscpu: remove unused line causing compile error
This commit is contained in:
parent
33a1e4608d
commit
921c99c6e7
@ -16,7 +16,6 @@ const USAGE: &str = help_usage!("lscpu.md");
|
||||
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||
let _matches: clap::ArgMatches = uu_app().try_get_matches_from(args)?;
|
||||
let system = System::new_all();
|
||||
let _cpu = system.global_cpu_info();
|
||||
|
||||
println!("Architecture: {}", get_architecture());
|
||||
println!("CPU(s): {}", system.cpus().len());
|
||||
|
Loading…
x
Reference in New Issue
Block a user