Skip to content

Commit

Permalink
Remove check for resilience that caused a segfault
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Karo <mike0042@gmail.com>
  • Loading branch information
mike0042 authored and rhc54 committed Oct 19, 2022
1 parent 004d0e8 commit 7b73d2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/prte_info/param.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ void prte_info_do_config(bool want_all)
char *prun_prefix_by_default;
char *symbol_visibility;
char *manpages;
char *resilience;

/* setup the strings that don't require allocations*/
debug = PRTE_ENABLE_DEBUG ? "yes" : "no";
Expand Down Expand Up @@ -414,5 +413,4 @@ void prte_info_do_config(bool want_all)
prte_info_out("prun default --prefix", "prun:prefix_by_default", prun_prefix_by_default);
prte_info_out("Symbol vis. support", "options:visibility", symbol_visibility);
prte_info_out("Manpages built", "options:man-pages", manpages);
prte_info_out("Resilience support", "options:ft", resilience);
}

0 comments on commit 7b73d2c

Please sign in to comment.