refactor: remove unused variable

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-09-11 08:17:47 +00:00
committed by Compute-Runtime-Automation
parent d20c9264e5
commit aa74555682
24 changed files with 15 additions and 169 deletions

View File

@@ -1,16 +0,0 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/gmm_helper/gmm_interface.h"
namespace NEO {
bool OSInterface::osEnableLocalMemory = true;
} // namespace NEO

View File

@@ -1,14 +0,0 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/os_interface.h"
namespace NEO {
bool OSInterface::osEnableLocalMemory = true;
} // namespace NEO