Skip to content

Commit 522d383

Browse files
authored
Merge pull request #1977 from igchor/fix_unused_param
[L0] remove unused capture from lambda
2 parents e78d095 + c3c1026 commit 522d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ ur_queue_handle_legacy_t_::ur_queue_handle_legacy_t_(
11691169
ZeCommandListBatchComputeConfig.startSize();
11701170
CopyCommandBatch.QueueBatchSize = ZeCommandListBatchCopyConfig.startSize();
11711171

1172-
static const bool useDriverCounterBasedEvents = [Device] {
1172+
static const bool useDriverCounterBasedEvents = [] {
11731173
const char *UrRet = std::getenv("UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS");
11741174
if (!UrRet) {
11751175
return true;

0 commit comments

Comments
 (0)