diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-08-17 19:09:28 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-08-17 19:09:28 +0000 |
commit | d4daf4540ae11e14c79add3a1e815c29a46f6750 (patch) | |
tree | 9076fe0c9f91e3bfaa6e3d0db2214695879b2876 /openmp/runtime/src/kmp_runtime.cpp | |
parent | df1e59b6406fc369556eefb06638daf6976063a7 (diff) | |
download | bcm5719-llvm-d4daf4540ae11e14c79add3a1e815c29a46f6750.tar.gz bcm5719-llvm-d4daf4540ae11e14c79add3a1e815c29a46f6750.zip |
Remove BUILD_TV
Cleanup code to remove BUILD_TV and unused code bracketed by it.
Patch by Terry Wilmarth
Differential Revision: https://reviews.llvm.org/D36011
llvm-svn: 311114
Diffstat (limited to 'openmp/runtime/src/kmp_runtime.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_runtime.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openmp/runtime/src/kmp_runtime.cpp b/openmp/runtime/src/kmp_runtime.cpp index c993be4192d..11ff7725199 100644 --- a/openmp/runtime/src/kmp_runtime.cpp +++ b/openmp/runtime/src/kmp_runtime.cpp @@ -4082,10 +4082,6 @@ static void __kmp_initialize_info(kmp_info_t *this_thr, kmp_team_t *team, this_thr->th.th_local.this_construct = 0; -#ifdef BUILD_TV - this_thr->th.th_local.tv_data = 0; -#endif - if (!this_thr->th.th_pri_common) { this_thr->th.th_pri_common = (struct common_table *)__kmp_allocate(sizeof(struct common_table)); |