1
1

Remove a warning about line being unused.

This commit was SVN r18472.
Этот коммит содержится в:
George Bosilca 2008-05-21 20:46:22 +00:00
родитель df2156568d
Коммит c31cc5b270

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

@ -347,8 +347,7 @@ int ompi_coll_tuned_barrier_intra_tree(struct ompi_communicator_t *comm,
struct mca_coll_base_module_1_1_0_t *module)
{
int rank, size, depth;
int err, line;
int jump, partner;
int err, jump, partner;
rank = ompi_comm_rank(comm);
size = ompi_comm_size(comm);