Skip to content

Commit def97d9

Browse files
Update sycl/include/sycl/handler.hpp
1 parent bb2755f commit def97d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ class __SYCL_EXPORT handler {
724724
// Not using `std::make_unique` to avoid unnecessary instantiations of
725725
// `std::unique_ptr<HostKernel<...>>`. Only
726726
// `std::unique_ptr<HostKernelBase>` is necessary.
727-
728727
MHostKernel.reset(new detail::HostKernel<KernelType, LambdaArgType, Dims>(
729728
std::forward<KernelTypeUniversalRef>(KernelFunc)));
730729

0 commit comments

Comments
 (0)