remove unused variable

This commit is contained in:
Axel Kohlmeyer
2019-12-11 08:34:56 -05:00
parent 876032b762
commit 5e983b899a

View File

@ -354,7 +354,7 @@ void Info::command(int narg, char **arg)
}
if (flags & COMM) {
int major,minor,len;
int major,minor;
const char *version = get_mpi_info(major,minor);
fprintf(out,"\nCommunication information:\n");