refactor: remove not needed code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-01-29 21:00:39 +00:00
committed by Compute-Runtime-Automation
parent bddb24124d
commit 9ebb2f1227
2 changed files with 0 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/

View File

@@ -25,8 +25,6 @@ using Family = NEO::Xe3CoreFamily;
#include "shared/source/helpers/local_id_gen.h"
#include "shared/source/helpers/simd_helper.h"
#include "gfx_core_helper_xe3_core_additional.inl"
namespace NEO {
template <>
const AuxTranslationMode GfxCoreHelperHw<Family>::defaultAuxTranslationMode = AuxTranslationMode::none;