diff --git a/clang/lib/Sema/SemaSYCL.cpp b/clang/lib/Sema/SemaSYCL.cpp index 997c24bb9636c..b50b5599a201e 100644 --- a/clang/lib/Sema/SemaSYCL.cpp +++ b/clang/lib/Sema/SemaSYCL.cpp @@ -1454,7 +1454,6 @@ void Sema::ConstructOpenCLKernel(FunctionDecl *KernelCallerFunc, } void Sema::MarkDevice(void) { - // Let's mark all called functions with SYCL Device attribute. // Create the call graph so we can detect recursion and check the validity // of new operator overrides. Add the kernel function itself in case // it is recursive.