kvm: Remove the unused hostFreq member from BaseKvmCPU

This commit is contained in:
Andreas Sandberg 2013-11-26 17:40:58 +01:00
parent de366a16f1
commit e5d63d0535
2 changed files with 0 additions and 4 deletions

View file

@ -79,7 +79,6 @@ BaseKvmCPU::BaseKvmCPU(BaseKvmCPUParams *params)
tickEvent(*this),
activeInstPeriod(0),
perfControlledByTimer(params->usePerfOverflow),
hostFreq(params->hostFreq),
hostFactor(params->hostFactor),
drainManager(NULL),
ctrInsts(0)

View file

@ -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;