refactor: remove not used usings/typedefs/variables

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-11-28 15:01:10 +00:00
committed by Compute-Runtime-Automation
parent 2039b1c41b
commit fa58073095
26 changed files with 4 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Intel Corporation
* Copyright (C) 2020-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -124,7 +124,6 @@ void SamplerCoreFamily<gfxCoreFamily>::copySamplerStateToDSH(void *dynamicStateH
const uint32_t samplerOffset) {
using GfxFamily = typename NEO::GfxFamilyMapper<gfxCoreFamily>::GfxFamily;
using SAMPLER_STATE = typename GfxFamily::SAMPLER_STATE;
using BINDING_TABLE_STATE = typename GfxFamily::BINDING_TABLE_STATE;
auto destSamplerState = ptrOffset(dynamicStateHeap, samplerOffset);
auto freeSpace = dynamicStateHeapSize - samplerOffset;