Skip to content

Commit

Permalink
chore: fix test lints (#805)
Browse files Browse the repository at this point in the history
Description
---

- remove unused fn (was it meant to be used?)

Motivation and Context
---

- clippy failing

Co-authored-by: stringhandler <[email protected]>
  • Loading branch information
shanimal08 and stringhandler authored Oct 10, 2024
1 parent 1e53eeb commit 3eb25e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src-tauri/src/gpu_miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ impl GpuMiner {
Ok(())
}

pub async fn is_running(&self) -> bool {
let process_watcher = self.watcher.read().await;
process_watcher.is_running()
}

pub async fn status(
&mut self,
network_hash_rate: u64,
Expand Down

0 comments on commit 3eb25e7

Please sign in to comment.