Skip to content

Commit 2eb58f8

Browse files
[SYCL][NFC] Remove unused alias to a deprecated symbol (#17884)
1 parent 5f98c48 commit 2eb58f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/scheduler/scheduler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ using EventImplPtr = std::shared_ptr<detail::event_impl>;
188188
using QueueImplPtr = std::shared_ptr<detail::queue_impl>;
189189
using StreamImplPtr = std::shared_ptr<detail::stream_impl>;
190190

191-
using QueueIdT = std::hash<std::shared_ptr<detail::queue_impl>>::result_type;
192191
using CommandPtr = std::unique_ptr<Command>;
193192

194193
/// Memory Object Record

0 commit comments

Comments
 (0)