Skip to content

Commit 6c50c23

Browse files
committed
[SYCL][NFC] Remove duplicate
1 parent a46d305 commit 6c50c23

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sycl/source/feature_test.hpp.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ inline namespace _V1 {
130130
// __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS macro is defined.
131131
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
132132
#define SYCL_KHR_WORK_ITEM_QUERIES 1
133-
#endif
134-
135-
// Unfinished KHR extensions. These extensions are only available if the
136-
// __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS macro is defined.
137-
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
138133
#define SYCL_KHR_STATIC_ADDRSPACE_CAST 1
139134
#define SYCL_KHR_DYNAMIC_ADDRSPACE_CAST 1
140135
#endif

0 commit comments

Comments
 (0)