mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
f976c7a313
commit
2137ece808
@@ -17,7 +17,7 @@ class RAIIHwHelperFactory {
|
||||
public:
|
||||
GFXCORE_FAMILY gfxCoreFamily;
|
||||
HwHelper *hwHelper;
|
||||
MockHelper mockHwHelper{};
|
||||
MockHelper mockHwHelper;
|
||||
|
||||
RAIIHwHelperFactory(GFXCORE_FAMILY gfxCoreFamily) {
|
||||
this->gfxCoreFamily = gfxCoreFamily;
|
||||
|
||||
Reference in New Issue
Block a user