refactor: remove not needed check

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-07-09 15:10:02 +00:00
committed by Compute-Runtime-Automation
parent e39994f525
commit 90d1a210d8
11 changed files with 29 additions and 60 deletions

View File

@@ -47,7 +47,6 @@ struct HardwareInterfaceWalkerArgs {
uint32_t interfaceDescriptorIndex = 0;
bool isMainKernel = false;
bool relaxedOrderingEnabled = false;
bool heaplessStateInitEnabled = false;
};
template <typename GfxFamily>