diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 78ae2bd..cc35bc5 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -422,7 +422,6 @@ fn get_cpu_temp() -> Option { println!("Attempting to get CPU temperature..."); #[cfg(target_os = "linux")] { - use sysinfo::Components; println!("Attempting to get CPU temperature on Linux..."); let mut sys = System::new_all(); //let components = Components::new_with_refreshed_list();