Skip to content

Commit 2d65932

Browse files
authored
Merge pull request #7233 from bosilca/fix/unused_fortran_protected
Remove unused variable.
2 parents a7e2bb4 + 97eb5d0 commit 2d65932

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)