fix: fix compilation error in clang on Windows (1/n)

Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
Jablonski, Mateusz
2023-10-20 11:01:12 +00:00
committed by Compute-Runtime-Automation
parent 85d35d5239
commit d724627098
15 changed files with 48 additions and 44 deletions

View File

@@ -33,8 +33,6 @@ class WddmFanImp : public OsFan, NEO::NonCopyableOrMovableClass {
KmdSysManager *pKmdSysManager = nullptr;
private:
uint64_t prevTS = 0;
uint32_t prevPulses = 0;
int32_t maxPoints = 0;
};