diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-07-17 17:06:43 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-07-17 17:06:43 +0000 |
| commit | f6f2c6e47fe607925f5e3b849944fd7379add513 (patch) | |
| tree | a1a5e161e35f4f655a90852340fb0f76bec689fb /openmp/runtime/src | |
| parent | a49442f323872401ca733fa4760d081be75cf331 (diff) | |
| download | bcm5719-llvm-f6f2c6e47fe607925f5e3b849944fd7379add513.tar.gz bcm5719-llvm-f6f2c6e47fe607925f5e3b849944fd7379add513.zip | |
Removed "duplicates" from verbose affinity output
The internal details of this setting are not meant to be user visible and only create confusion.
Differential Revision: https://reviews.llvm.org/D35269
llvm-svn: 308189
Diffstat (limited to 'openmp/runtime/src')
| -rw-r--r-- | openmp/runtime/src/kmp_settings.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openmp/runtime/src/kmp_settings.cpp b/openmp/runtime/src/kmp_settings.cpp index 2461fd0d649..2360ed86186 100644 --- a/openmp/runtime/src/kmp_settings.cpp +++ b/openmp/runtime/src/kmp_settings.cpp @@ -2296,11 +2296,6 @@ static void __kmp_stg_print_affinity(kmp_str_buf_t *buffer, char const *name, break; #endif /* KMP_GROUP_AFFINITY */ } - if (__kmp_affinity_dups) { - __kmp_str_buf_print(buffer, "%s,", "duplicates"); - } else { - __kmp_str_buf_print(buffer, "%s,", "noduplicates"); - } } if (!KMP_AFFINITY_CAPABLE()) { __kmp_str_buf_print(buffer, "%s", "disabled"); |

