mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
refactor: remove unused code
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3585314928
commit
260003caa8
@@ -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
|
||||
Reference in New Issue
Block a user