Fix Platform::GetCacheLineSize to be deprecated in favor of existing CPUInfo.CacheLineSize`
This commit is contained in:
@@ -1767,11 +1767,6 @@ CPUInfo LinuxPlatform::GetCPUInfo()
|
||||
return UnixCpu;
|
||||
}
|
||||
|
||||
int32 LinuxPlatform::GetCacheLineSize()
|
||||
{
|
||||
return UnixCpu.CacheLineSize;
|
||||
}
|
||||
|
||||
MemoryStats LinuxPlatform::GetMemoryStats()
|
||||
{
|
||||
const uint64 pageSize = getpagesize();
|
||||
|
||||
Reference in New Issue
Block a user