Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit c00c71b

Browse files
committed
Remove unneeded code.
1 parent 4314970 commit c00c71b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

numba/openmp.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ def _init():
8181

8282
_init()
8383

84-
if config.DEBUG_OPENMP_LLVM_PASS >= 1:
85-
ll.set_option('openmp', '-debug')
86-
ll.set_option('openmp', '-debug-only=intrinsics-openmp')
87-
8884

8985
#----------------------------------------------------------------------------------------------
9086

0 commit comments

Comments
 (0)