From 22259c9707cfbe5e8458382a8466a0020a8c8c94 Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Tue, 23 Dec 2025 23:29:49 +0100 Subject: [PATCH] [SYCL][NFC] Remove outdated comment fallback assert feature has been discarded, so I believe this comment is oudated. --- sycl/source/handler.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sycl/source/handler.cpp b/sycl/source/handler.cpp index 3f22e431e57b..06e366d99772 100644 --- a/sycl/source/handler.cpp +++ b/sycl/source/handler.cpp @@ -571,11 +571,6 @@ detail::EventImplPtr handler::finalize() { std::unique_ptr CommandGroup; switch (type) { case detail::CGType::Kernel: { -#ifndef __INTEL_PREVIEW_BREAKING_CHANGES - // Copy kernel name here instead of move so that it's available after - // running of this method by reductions implementation. This allows for - // assert feature to check if kernel uses assertions -#endif CommandGroup.reset(new detail::CGExecKernel( impl->MKernelData.getNDRDesc(), std::move(MHostKernel), std::move(MKernel), std::move(impl->MKernelBundle),