summaryrefslogtreecommitdiff
path: root/src/cpu/kvm/base.hh
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas@sandberg.pp.se>2013-11-26 17:40:58 +0100
committerAndreas Sandberg <andreas@sandberg.pp.se>2013-11-26 17:40:58 +0100
commite5d63d05354b7dc03b35e99d1f7b5aa80ec6fff5 (patch)
tree27a4f83f0b520b5657d96052b8153d09dd3e0c0c /src/cpu/kvm/base.hh
parentde366a16f11b7e27a5b5e064a2a773052568428e (diff)
downloadgem5-e5d63d05354b7dc03b35e99d1f7b5aa80ec6fff5.tar.xz
kvm: Remove the unused hostFreq member from BaseKvmCPU
Diffstat (limited to 'src/cpu/kvm/base.hh')
-rw-r--r--src/cpu/kvm/base.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/kvm/base.hh b/src/cpu/kvm/base.hh
index 103808365..8788d6c8a 100644
--- a/src/cpu/kvm/base.hh
+++ b/src/cpu/kvm/base.hh
@@ -719,9 +719,6 @@ class BaseKvmCPU : public BaseCPU
*/
std::unique_ptr<BaseKvmTimer> runTimer;
- /** Host frequency */
- Tick hostFreq;
-
/** Host factor as specified in the configuration */
float hostFactor;