refactor: remove unused code

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2023-07-18 10:01:54 +00:00
committed by Compute-Runtime-Automation
parent 3585314928
commit 260003caa8
9 changed files with 0 additions and 441 deletions

View File

@@ -1,15 +0,0 @@
/*
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/helpers/mock_product_helper_hw.h"
namespace NEO {
constexpr static auto gfxProduct = IGFX_XE_HP_SDV;
#include "shared/test/common/helpers/mock_product_helper_hw.inl"
template struct MockProductHelperHw<gfxProduct>;
} // namespace NEO