Update fasttimer.h

This commit is contained in:
Amos 2022-04-05 11:41:26 +02:00
parent 7724e06d3f
commit b336b37025

View File

@ -19,11 +19,6 @@ class CClockSpeed
{
public:
CClockSpeed(void)
{
Init();
}
void Init(void)
{
const CPUInformation& pi = GetCPUInformation();
m_nClockSpeed = pi.m_Speed;