Skip to content

Commit e7be99a

Browse files
WORKS? removed maybe unusued
1 parent b0bc3bf commit e7be99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/level_zero/v2/queue_batched.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace v2 {
3737
ur_queue_batched_t::ur_queue_batched_t(
3838
ur_context_handle_t hContext, ur_device_handle_t hDevice, uint32_t ordinal,
3939
ze_command_queue_priority_t priority, std::optional<int32_t> index,
40-
[[maybe_unused]] event_flags_t eventFlags, ur_queue_flags_t flags)
40+
event_flags_t eventFlags, ur_queue_flags_t flags)
4141
: regularCmdListDesc(v2::command_list_desc_t{
4242
true /* isInOrder*/, ordinal /* Ordinal*/,
4343
true /* copyOffloadEnable*/, false /*isMutable*/}),

0 commit comments

Comments
 (0)