mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
test: remove not used const sampleGuid1
Related-To: NEO-10767 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
bf4d4e71c3
commit
7fda1ba768
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2021-2024 Intel Corporation
|
* Copyright (C) 2021-2025 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
@ -22,7 +22,6 @@ namespace ult {
|
|||||||
constexpr int32_t memoryBusWidth = 128; // bus width in bytes
|
constexpr int32_t memoryBusWidth = 128; // bus width in bytes
|
||||||
constexpr int32_t numMemoryChannels = 8;
|
constexpr int32_t numMemoryChannels = 8;
|
||||||
constexpr uint32_t memoryHandleComponentCount = 1u;
|
constexpr uint32_t memoryHandleComponentCount = 1u;
|
||||||
const std::string sampleGuid1 = "0xb15a0edc";
|
|
||||||
|
|
||||||
class SysmanMemoryMockIoctlHelper : public NEO::MockIoctlHelper {
|
class SysmanMemoryMockIoctlHelper : public NEO::MockIoctlHelper {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user