Skip to content

Commit 1040963

Browse files
Drop extra line
1 parent eb7b242 commit 1040963

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
@@ -41,7 +41,6 @@ void DeviceKernelInfo::initIfNeeded(KernelNameStrRefT KernelName) {
4141
template <typename OtherTy>
4242
inline constexpr bool operator==(const CompileTimeKernelInfoTy &LHS,
4343
const OtherTy &RHS) {
44-
4544
// TODO replace with std::tie(...) == std::tie(...) once there is
4645
// implicit conversion from detail to std string_view.
4746
return std::string_view{LHS.Name} == std::string_view{RHS.Name} &&

0 commit comments

Comments
 (0)