Skip to content

Commit 0fab75b

Browse files
code clean up
1 parent 5ca683e commit 0fab75b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
if platform.system() == "Linux":
8888
config.available_features.add("linux")
8989
llvm_config.with_system_environment(["LD_LIBRARY_PATH", "LIBRARY_PATH", "CPATH"])
90-
# llvm_config.with_environment(
91-
# "LD_LIBRARY_PATH", config.sycl_libs_dir, append_path=True
92-
# )
9390

9491
elif platform.system() == "Windows":
9592
config.available_features.add("windows")

0 commit comments

Comments
 (0)