Remove not used method

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-11-19 16:37:41 +00:00
committed by Compute-Runtime-Automation
parent 514b191bb6
commit 949137e068
40 changed files with 0 additions and 514 deletions

View File

@@ -94,7 +94,6 @@ bool Wddm::init() {
HwInfoConfig *hwConfig = HwInfoConfig::get(productFamily);
hwConfig->adjustPlatformForProductFamily(hardwareInfo.get());
if (hwConfig->configureHwInfo(hardwareInfo.get(), hardwareInfo.get(), nullptr)) {
return false;
}