diff options
Diffstat (limited to 'Cython/Includes/openmp.pxd')
-rw-r--r-- | Cython/Includes/openmp.pxd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Includes/openmp.pxd b/Cython/Includes/openmp.pxd index 30873a588..40f2f17a3 100644 --- a/Cython/Includes/openmp.pxd +++ b/Cython/Includes/openmp.pxd @@ -48,4 +48,3 @@ cdef extern from "<omp.h>": int omp_get_ancestor_thread_num(int) nogil int omp_get_team_size(int) nogil int omp_get_active_level() nogil - |