Skip to content

Commit 6a4a6cb

Browse files
authored
[SYCL][NFC] Remove an outdated comment from queue impl (#19079)
I think the member is self explanatory, hence no replacement comment.
1 parent 49ad240 commit 6a4a6cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,6 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
10001000
const async_handler MAsyncHandler;
10011001
const property_list MPropList;
10021002

1003-
/// List of queues created for FPGA device from a single SYCL queue.
10041003
ur_queue_handle_t MQueue;
10051004

10061005
// Access should be guarded with MMutex

0 commit comments

Comments
 (0)