kvm: Remove the unused hostFreq member from BaseKvmCPU
This commit is contained in:
parent
de366a16f1
commit
e5d63d0535
2 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue