Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_nThreads...
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Tue, 27 Jan 2015 16:55:43 +0000 (16:55 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Tue, 27 Jan 2015 16:55:43 +0000 (16:55 +0000)
commitf696c820cd7ccbe7c536b970d46d0ed0065a229f
tree6e98f30d86061db623f2664646d08e37ad7956d1
parent110de6fc298391c67f666d466bba35d7b957186c
Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_nThreadsPerCore to static globals within kmp_affinity.cpp.

llvm-svn: 227201
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_affinity.cpp
openmp/runtime/src/kmp_global.c
openmp/runtime/src/kmp_utility.c