refactor: Remove unused bool

Signed-off-by: Morek, Szymon <szymon.morek@intel.com>
This commit is contained in:
Morek, Szymon
2024-04-08 15:19:51 +00:00
committed by Compute-Runtime-Automation
parent 864f42116c
commit 035bcee57a
4 changed files with 0 additions and 6 deletions

View File

@@ -72,7 +72,6 @@ ze_result_t CommandQueueImp::destroy() {
ze_result_t CommandQueueImp::initialize(bool copyOnly, bool isInternal, bool immediateCmdListQueue) {
ze_result_t returnValue;
internalUsage = isInternal;
internalQueueForImmediateCommandList = immediateCmdListQueue;
returnValue = buffers.initialize(device, totalCmdBufferSize);
if (returnValue == ZE_RESULT_SUCCESS) {
NEO::GraphicsAllocation *bufferAllocation = buffers.getCurrentBufferAllocation();