Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2b6944a

Browse files
committed
Remove obsolete code
1 parent 7b9e261 commit 2b6944a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/lit.cfg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
config.sycl_be = config.sycl_be[3:]
177177
config.sycl_be = config.sycl_be.lower()
178178

179-
# Use old names for LIT rules
180-
config.available_features.add(config.sycl_be)
181-
182179
# Replace deprecated backend names
183180
deprecated_names_mapping = {'cuda' : 'ext_oneapi_cuda',
184181
'hip' : 'ext_oneapi_hip',

0 commit comments

Comments
 (0)