Skip to content

Commit 5fa8ccc

Browse files
committed
Removed unused function declaration
1 parent b442d37 commit 5fa8ccc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sycl/include/sycl/queue.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,6 @@ template <typename CommandGroupFunc, typename PropertiesT>
217217
event submit_with_event_impl(const queue &Q, PropertiesT Props,
218218
CommandGroupFunc &&CGF,
219219
const sycl::detail::code_location &CodeLoc);
220-
221-
template <typename KernelName, typename PropertiesT, typename KernelType,
222-
int Dims>
223-
void submit_kernel_direct_impl(const queue &Q, PropertiesT Props,
224-
nd_range<Dims> Range,
225-
const KernelType &KernelFunc,
226-
const sycl::detail::code_location &CodeLoc);
227-
228220
} // namespace detail
229221
} // namespace ext::oneapi::experimental
230222

0 commit comments

Comments
 (0)