summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/cpu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester/cpu.rs')
-rw-r--r--src/app/data_harvester/cpu.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/data_harvester/cpu.rs b/src/app/data_harvester/cpu.rs
index a827b26c..843df161 100644
--- a/src/app/data_harvester/cpu.rs
+++ b/src/app/data_harvester/cpu.rs
@@ -1,8 +1,4 @@
//! Data collection for CPU usage and load average.
-//!
-//! For CPU usage, Linux, macOS, and Windows are handled by Heim, FreeBSD by sysinfo.
-//!
-//! For load average, macOS and Linux are supported through Heim, FreeBSD by sysinfo.
pub mod sysinfo;
pub use self::sysinfo::*;