summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_global.cpp')
-rw-r--r--openmp/runtime/src/kmp_global.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/openmp/runtime/src/kmp_global.cpp b/openmp/runtime/src/kmp_global.cpp
index 755efa921c8..46587ac3bf4 100644
--- a/openmp/runtime/src/kmp_global.cpp
+++ b/openmp/runtime/src/kmp_global.cpp
@@ -502,13 +502,6 @@ kmp_lock_t __kmp_debug_lock; /* Control I/O access for KMP_DEBUG */
int __kmp_handle_signals = FALSE;
#endif
-/* ----------------------------------------------- */
-#ifdef BUILD_TV
-kmp_key_t __kmp_tv_key = 0;
-#endif
-
-/* ------------------------------------------------------------------------ */
-
#ifdef DEBUG_SUSPEND
int get_suspend_count_(void) {
int count = __kmp_suspend_count;
OpenPOWER on IntegriCloud