summaryrefslogtreecommitdiffstats
path: root/native/src/system
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/system')
-rw-r--r--native/src/system/information.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/native/src/system/information.rs b/native/src/system/information.rs
index a2abec93..e614f11e 100644
--- a/native/src/system/information.rs
+++ b/native/src/system/information.rs
@@ -9,10 +9,6 @@ pub struct Information {
pub system_version: Option<String>,
/// Contains the processor brand.
pub cpu_brand: String,
- /// Contains the processor vendor id.
- pub cpu_vendor: String,
- /// Contains the processor name.
- pub cpu_name: String,
/// Contains the number of physical cores on the processor.
pub cpu_cores: Option<usize>,
/// Contains the total RAM size in KB.