Remove unused variable (Coverty fix 174).
This commit was SVN r19191.
Этот коммит содержится в:
родитель
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 */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user