summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/temperature/sysinfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester/temperature/sysinfo.rs')
-rw-r--r--src/app/data_harvester/temperature/sysinfo.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/data_harvester/temperature/sysinfo.rs b/src/app/data_harvester/temperature/sysinfo.rs
index d72901aa..908ff736 100644
--- a/src/app/data_harvester/temperature/sysinfo.rs
+++ b/src/app/data_harvester/temperature/sysinfo.rs
@@ -33,11 +33,6 @@ pub fn get_temperature_data(
}
}
- #[cfg(feature = "nvidia")]
- {
- super::nvidia::add_nvidia_data(&mut temperature_vec, temp_type, filter)?;
- }
-
// For RockPro64 boards on FreeBSD, they apparently use "hw.temperature" for sensors.
#[cfg(target_os = "freebsd")]
{