summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/data_harvester.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/data_harvester.rs b/src/app/data_harvester.rs
index a74cb09c..db478038 100644
--- a/src/app/data_harvester.rs
+++ b/src/app/data_harvester.rs
@@ -104,7 +104,6 @@ impl DataState {
pub async fn update_data(&mut self) {
self.sys.refresh_system();
- self.sys.refresh_processes();
if cfg!(not(target_os = "linux")) {
self.sys.refresh_processes();