fix: remove not needed adjustIpVersionIfNeeded function

Related-To: NEO-7786


Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-05-23 15:51:50 +00:00
committed by Compute-Runtime-Automation
parent 7d82b690e4
commit f32d62970d
7 changed files with 0 additions and 38 deletions

View File

@@ -111,7 +111,6 @@ bool Wddm::init() {
rootDeviceEnvironment.initGfxCoreHelper();
populateIpVersion(*hardwareInfo);
productHelper.adjustIpVersionIfNeeded(*rootDeviceEnvironment.getMutableHardwareInfo());
rootDeviceEnvironment.initReleaseHelper();
if (productHelper.configureHwInfoWddm(hardwareInfo, hardwareInfo, rootDeviceEnvironment)) {