mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
refactor: Remove unused bool
Signed-off-by: Morek, Szymon <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
864f42116c
commit
035bcee57a
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user