diff options
Diffstat (limited to 'openmp/runtime/src/kmp_threadprivate.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_threadprivate.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openmp/runtime/src/kmp_threadprivate.cpp b/openmp/runtime/src/kmp_threadprivate.cpp index b1faf1c9a66..caa00eaa3c6 100644 --- a/openmp/runtime/src/kmp_threadprivate.cpp +++ b/openmp/runtime/src/kmp_threadprivate.cpp @@ -445,10 +445,6 @@ struct private_common *kmp_threadprivate_insert(int gtid, void *pc_addr, tn->link = __kmp_threads[gtid]->th.th_pri_head; __kmp_threads[gtid]->th.th_pri_head = tn; -#ifdef BUILD_TV - __kmp_tv_threadprivate_store(__kmp_threads[gtid], tn->gbl_addr, tn->par_addr); -#endif - if ((__kmp_foreign_tp) ? (KMP_INITIAL_GTID(gtid)) : (KMP_UBER_GTID(gtid))) return tn; |