1
1

Remove unused variable (Coverty fix 174).

This commit was SVN r19191.
Этот коммит содержится в:
George Bosilca 2008-08-06 14:04:54 +00:00
родитель afc79d1651
Коммит 6c8017e9b7

Просмотреть файл

@ -107,7 +107,6 @@ mca_coll_basic_gather_inter(void *sbuf, int scount,
{
int i;
int err;
int rank;
int size;
char *ptmp;
MPI_Aint incr;
@ -115,8 +114,6 @@ mca_coll_basic_gather_inter(void *sbuf, int scount,
MPI_Aint lb;
size = ompi_comm_remote_size(comm);
rank = ompi_comm_rank(comm);
if (MPI_PROC_NULL == root) {
/* do nothing */