Skip to content

Commit 3f28777

Browse files
Remove unnecessary comment
1 parent 42133f8 commit 3f28777

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xobjects/context_cpu.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,6 @@ def compile_kernel(
422422
xtr_link_args.append("-fopenmp")
423423
xtr_compile_args.append("-DXO_CONTEXT_CPU_OPENMP")
424424
xtr_link_args.append("-DXO_CONTEXT_CPU_OPENMP")
425-
426-
# https://mac.r-project.org/openmp/
427-
# on macos comment the above and uncomment the below flags to compile OpenMP with Xcode clang:
428-
# xtr_compile_args.append("-Xclang")
429-
# xtr_compile_args.append("-fopenmp")
430-
# xtr_link_args.append("-lomp")
431425
else:
432426
xtr_compile_args.append("-DXO_CONTEXT_CPU_SERIAL")
433427
xtr_link_args.append("-DXO_CONTEXT_CPU_SERIAL")

0 commit comments

Comments
 (0)