Skip to content

Commit 6ac111c

Browse files
committed
Fix initialization warning reported by clang-10
Delete duplicate initializer for cpuset in opal_process_info. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
1 parent 410596e commit 6ac111c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/util/proc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ opal_process_info_t opal_process_info = {
4747
.univ_size = 0,
4848
.app_sizes = NULL,
4949
.app_ldrs = NULL,
50-
.cpuset = NULL,
5150
.command = NULL,
5251
.num_apps = 0,
5352
.initial_wdir = NULL,

0 commit comments

Comments
 (0)