Skip to content

Commit 97eb5d0

Browse files
committed
Remove unused variable.
It got left over during the Fortran rework. Signed-off-by: George Bosilca <[email protected]>
1 parent 1af6dbe commit 97eb5d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/tools/ompi_info/param.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ void ompi_info_do_config(bool want_all)
102102
char *fortran_have_bind_c_type;
103103
char *fortran_have_bind_c_type_name;
104104
char *fortran_have_private;
105-
char *fortran_have_protected;
106105
char *fortran_have_abstract;
107106
char *fortran_have_asynchronous;
108107
char *fortran_have_procedure;

0 commit comments

Comments
 (0)