Skip to content

Commit 8c1cd4b

Browse files
committed
Fix backward compatibility with 6.3
1 parent fd4b190 commit 8c1cd4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/device_kernel_info.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ void DeviceKernelInfo::setCompileTimeInfoIfNeeded(
6363
const CompileTimeKernelInfoTy &Info) {
6464
if (!isCompileTimeInfoSet())
6565
CompileTimeKernelInfoTy::operator=(Info);
66-
assert(isCompileTimeInfoSet());
6766
assert(Info == *this);
6867
}
6968

0 commit comments

Comments
 (0)