Skip to content

Commit 0332e30

Browse files
Remove an unused variable
1 parent e347254 commit 0332e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/scheduler/commands.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ QueueImplPtr MemCpyCommand::getWorkerQueue() const {
11451145
}
11461146

11471147
cl_int MemCpyCommand::enqueueImp() {
1148-
const QueueImplPtr &Queue = getWorkerQueue();
11491148
waitForPreparedHostEvents();
11501149
std::vector<EventImplPtr> EventImpls = MPreparedDepsEvents;
11511150

0 commit comments

Comments
 (0)