Skip to content

Commit 0255813

Browse files
committed
coll/base: remove unused local variable
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent ad44ecb commit 0255813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/base/coll_base_allgatherv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount,
596596
struct ompi_communicator_t *comm,
597597
mca_coll_base_module_t *module)
598598
{
599-
int i, size, rank, err;
599+
int size, rank, err;
600600
MPI_Aint extent, lb;
601601
char *send_buf = NULL;
602602
struct ompi_datatype_t *newtype, *send_type;

0 commit comments

Comments
 (0)