diff --git a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp index ed662fef67037..7d8b69ca89a88 100644 --- a/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp +++ b/unified-runtime/source/adapters/level_zero/v2/command_list_manager.cpp @@ -233,7 +233,6 @@ ur_result_t ur_command_list_manager::appendKernelLaunchUnlocked( wait_list_view waitListView = getWaitListView(phEventWaitList, numEventsInWaitList); - // last arguments: pKMemObj == nullptr and pNext == nullptr return appendKernelLaunchLocked( hKernel, hZeKernel, workDim, pGlobalWorkOffset, pGlobalWorkSize, pLocalWorkSize, waitListView, phEvent, cooperative);