Revert "Add missing check during buffer create"

This reverts commit 54faccb.

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-10-20 00:14:13 +00:00
committed by Compute-Runtime-Automation
parent f976c7a313
commit 2137ece808
3 changed files with 7 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ class RAIIHwHelperFactory {
public:
GFXCORE_FAMILY gfxCoreFamily;
HwHelper *hwHelper;
MockHelper mockHwHelper{};
MockHelper mockHwHelper;
RAIIHwHelperFactory(GFXCORE_FAMILY gfxCoreFamily) {
this->gfxCoreFamily = gfxCoreFamily;