Skip to content

Commit ed389b6

Browse files
aelovikov-intelsergey-semenov
authored andcommitted
Drop ABINeutralKernelNameStrRefT
1 parent 7fa2519 commit ed389b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/sycl/detail/kernel_name_str_t.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ namespace detail {
1818
using KernelNameStrT = std::string_view;
1919
using KernelNameStrRefT = std::string_view;
2020
using ABINeutralKernelNameStrT = detail::string_view;
21-
using ABINeutralKernelNameStrRefT = detail::string_view;
2221
#else
2322
using KernelNameStrT = std::string;
2423
using KernelNameStrRefT = const std::string &;
2524
using ABINeutralKernelNameStrT = detail::string;
26-
using ABINeutralKernelNameStrRefT = const detail::string &;
2725
#endif
2826

2927
inline KernelNameStrT toKernelNameStrT(const ABINeutralKernelNameStrT &str) {

0 commit comments

Comments
 (0)