mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove unused function
Related-To: NEO-3503 Change-Id: I787907e73f1237295594d3a2620f8459f8698eee Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
bea29f18c9
commit
4410ebe74d
@ -244,7 +244,7 @@ int OfflineCompiler::getHardwareInfo(const char *pDeviceName) {
|
||||
hwInfo = hardwareInfoTable[productId];
|
||||
familyNameWithType.clear();
|
||||
familyNameWithType.append(familyName[hwInfo->platform.eRenderCoreFamily]);
|
||||
familyNameWithType.append(getPlatformType(*hwInfo));
|
||||
familyNameWithType.append(hwInfo->capabilityTable.platformType);
|
||||
retVal = CL_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user