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