Fix Platform::GetCacheLineSize to be deprecated in favor of existing CPUInfo.CacheLineSize`
This commit is contained in:
@@ -710,11 +710,6 @@ CPUInfo AndroidPlatform::GetCPUInfo()
|
||||
return AndroidCpu;
|
||||
}
|
||||
|
||||
int32 AndroidPlatform::GetCacheLineSize()
|
||||
{
|
||||
return AndroidCpu.CacheLineSize;
|
||||
}
|
||||
|
||||
MemoryStats AndroidPlatform::GetMemoryStats()
|
||||
{
|
||||
const uint64 pageSize = getpagesize();
|
||||
|
||||
@@ -81,7 +81,6 @@ public:
|
||||
}
|
||||
static bool Is64BitPlatform();
|
||||
static CPUInfo GetCPUInfo();
|
||||
static int32 GetCacheLineSize();
|
||||
static MemoryStats GetMemoryStats();
|
||||
static ProcessMemoryStats GetProcessMemoryStats();
|
||||
static uint64 GetCurrentThreadID()
|
||||
|
||||
Reference in New Issue
Block a user