Skip to content

Commit

Permalink
vmm: cpu: Remove now unused CpuManager::vcpus_paused()
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
  • Loading branch information
rbradford authored and Sebastien Boeuf committed Jul 26, 2022
1 parent 0e29379 commit 857edc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vmm/src/cpu.rs
Expand Up @@ -1487,10 +1487,6 @@ impl CpuManager {
.map_err(Error::TranslateVirtualAddress)?;
Ok(gpa)
}

pub fn vcpus_paused(&self) -> bool {
self.vcpus_pause_signalled.load(Ordering::SeqCst)
}
}

struct Cpu {
Expand Down

0 comments on commit 857edc7

Please sign in to comment.