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,5 +1,5 @@
/*
* Copyright (C) 2021-2023 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -28,8 +28,6 @@ bool ImplicitScalingHelper::isImplicitScalingEnabled(const DeviceBitfield &devic
if (debugManager.flags.EnableWalkerPartition.get() != -1) {
partitionWalker = !!debugManager.flags.EnableWalkerPartition.get();
}
// we can't do this without local memory
partitionWalker &= OSInterface::osEnableLocalMemory;
return partitionWalker;
}