mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[OpenMP] Fix accidental addition of use omp_lib_kinds
Fortran header accidentally had use omp_lib_kinds added inside a subroutine and function. This patch removes the lines.
This commit is contained in:
parent
84579fc24f
commit
d12ae7db99
@ -594,13 +594,11 @@
|
||||
|
||||
subroutine omp_set_teams_thread_limit(thread_limit) bind(c)
|
||||
import
|
||||
use omp_lib_kinds
|
||||
integer (kind=omp_integer_kind), value :: thread_limit
|
||||
end subroutine omp_set_teams_thread_limit
|
||||
|
||||
function omp_get_teams_thread_limit() bind(c)
|
||||
import
|
||||
use omp_lib_kinds
|
||||
integer (kind=omp_integer_kind) omp_get_teams_thread_limit
|
||||
end function omp_get_teams_thread_limit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user