From 1eb5e945dc60b72a20094b2bbe6223aab36128ad Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Tue, 24 Sep 2024 13:29:31 +0000 Subject: [PATCH] refactor: remove not needed code Related-To: NEO-12648 Signed-off-by: Mateusz Jablonski --- .../definitions/gfx_core_helper_xe2_hpg_core_additional.inl | 6 ------ shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl diff --git a/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl b/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl deleted file mode 100644 index 4fa4901f25..0000000000 --- a/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (C) 2024 Intel Corporation - * - * SPDX-License-Identifier: MIT - * - */ diff --git a/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp b/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp index 9ebb23dfd5..5dc0ed4913 100644 --- a/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp +++ b/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp @@ -24,8 +24,6 @@ using Family = NEO::Xe2HpgCoreFamily; #include "shared/source/helpers/simd_helper.h" #include "shared/source/release_helper/release_helper.h" -#include "gfx_core_helper_xe2_hpg_core_additional.inl" - namespace NEO { template <>