Fix Platform::GetCacheLineSize to be deprecated in favor of existing CPUInfo.CacheLineSize`
This commit is contained in:
@@ -310,11 +310,6 @@ CPUInfo Win32Platform::GetCPUInfo()
|
||||
return CpuInfo;
|
||||
}
|
||||
|
||||
int32 Win32Platform::GetCacheLineSize()
|
||||
{
|
||||
return CpuInfo.CacheLineSize;
|
||||
}
|
||||
|
||||
MemoryStats Win32Platform::GetMemoryStats()
|
||||
{
|
||||
MEMORYSTATUSEX statex;
|
||||
|
||||
Reference in New Issue
Block a user