Skip to content

Commit 58fe4c5

Browse files
authored
Remove superfluous C++ linkage specification from cassert header
1 parent 7594952 commit 58fe4c5

File tree

1 file changed

+0
-2
lines changed
  • sycl/include/sycl/stl_wrappers

1 file changed

+0
-2
lines changed

sycl/include/sycl/stl_wrappers/cassert

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <../include/cassert>
1717
#endif
1818

19-
extern "C++" {
2019
#ifdef __SYCL_DEVICE_ONLY__
2120
#include <CL/__spirv/spirv_vars.hpp>
2221

@@ -43,4 +42,3 @@ __devicelib_assert_fail(const char *, const char *, int32_t, const char *,
4342
#endif
4443
#endif
4544
#endif
46-
}

0 commit comments

Comments
 (0)