Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkaslime committed Aug 21, 2023
1 parent d1f5cbd commit 7012917
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/tabby/src/serve/health.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ impl HealthState {
}
}

pub struct CPUStat {
pub info: String,
pub count: usize,
}

fn get_cpu_stats() -> (String, usize) {
let mut system = System::new_all();
system.refresh_cpu();
Expand Down

0 comments on commit 7012917

Please sign in to comment.