1
1

Remove some unused variables / silence some compiler warnings

This commit was SVN r22419.
Этот коммит содержится в:
Jeff Squyres 2010-01-15 03:15:18 +00:00
родитель 74112a0785
Коммит 6e46fbdd7c

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

@ -157,8 +157,7 @@ int ompi_comm_nextcid ( ompi_communicator_t* newcomm,
void* remote_leader,
int mode, int send_first )
{
int nextcid, block;
int global_block_start;
int nextcid;
bool flag;
int nextlocal_cid;
int done=0;