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
This commit is contained in:
Jonathan Peyton 2017-07-17 17:06:43 +00:00
parent a49442f323
commit f6f2c6e47f
1 changed files with 0 additions and 5 deletions

View File

@ -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");