Remove unused function

Related-To: NEO-3503

Change-Id: I787907e73f1237295594d3a2620f8459f8698eee
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2019-07-24 15:28:10 +02:00
committed by sys_ocldev
parent bea29f18c9
commit 4410ebe74d
6 changed files with 3 additions and 22 deletions

View File

@ -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;
}