test: remove not used const sampleGuid1

Related-To: NEO-10767
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-01-14 00:28:35 +00:00
committed by Compute-Runtime-Automation
parent bf4d4e71c3
commit 7fda1ba768

View File

@ -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 {