test: remove not used usings/typedefs/variables in OCL tests

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-11-28 15:49:43 +00:00
committed by Compute-Runtime-Automation
parent bced7e4621
commit f86d2cee41
41 changed files with 9 additions and 216 deletions

View File

@@ -195,7 +195,6 @@ struct HardwareParse {
template <typename FamilyType>
uint32_t getCommandWalkerCount() {
using WalkerType = typename FamilyType::DefaultWalkerType;
GenCmdList::iterator cmdItor = cmdList.begin();
uint32_t cmdCount = 0;