Remove unused variables '__kmp_build_check_*'
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 20:18:10 +0000 (20:18 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 20:18:10 +0000 (20:18 +0000)
commitcf82a16b8c2ae288d3719123203d04d7efc54265
tree2848773c87bf68781297194bbcd52fbbf57ab941
parente70b31fc1b51d6ca697c66b03ec999b69c8e0506
Remove unused variables '__kmp_build_check_*'

As an ongoing effort to sanitize the openmp code, this one word change
eliminates creating 1 byte arrays named __kmp_build_check_* and instead
creates one byte array types.  The KMP_BUILD_ASSERT macro still offers the same
functionality; array types with negative number of elements is illegal
and will cause a compiler failure.

llvm-svn: 239337
openmp/runtime/src/kmp_debug.h