diff options
Diffstat (limited to 'openmp/runtime/src/kmp_settings.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_settings.cpp b/openmp/runtime/src/kmp_settings.cpp index 51d9529b9b0..4733e281db7 100644 --- a/openmp/runtime/src/kmp_settings.cpp +++ b/openmp/runtime/src/kmp_settings.cpp @@ -2951,7 +2951,6 @@ static void __kmp_stg_parse_topology_method(char const *name, char const *value, static void __kmp_stg_print_topology_method(kmp_str_buf_t *buffer, char const *name, void *data) { -#if KMP_DEBUG char const *value = NULL; switch (__kmp_affinity_top_method) { @@ -2997,7 +2996,6 @@ static void __kmp_stg_print_topology_method(kmp_str_buf_t *buffer, if (value != NULL) { __kmp_stg_print_str(buffer, name, value); } -#endif /* KMP_DEBUG */ } // __kmp_stg_print_topology_method #endif /* KMP_AFFINITY_SUPPORTED */ |