removed somehting

This commit is contained in:
2025-08-01 22:25:30 +02:00
parent 74d02e1472
commit 9c5709ca50

View File

@@ -500,8 +500,6 @@ fn get_cpu_temp() -> Option<f32> {
if value.CStatus == ERROR_SUCCESS as u32 {
return Some(*value.u.doubleValue() as f32);
} else {
return None;
}
}
}