1
1

Removing yet another unsed variable (missed it in previous submit).

This commit was SVN r13259.
Этот коммит содержится в:
Jelena Pjesivac-Grbovic 2007-01-23 21:30:57 +00:00
родитель afbd032ff9
Коммит 5cbcf42dc3

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

@ -125,7 +125,6 @@ ompi_coll_tuned_allreduce_intra_recursivedoubling(void *sbuf, void *rbuf,
int ret, line;
int rank, size, adjsize, remote, distance;
int newrank, newremote, extra_ranks;
int tag;
char *tmpsend = NULL, *tmprecv = NULL, *tmpswap = NULL, *inplacebuf = NULL;
ptrdiff_t true_lb, true_extent, lb, extent;
ompi_request_t *reqs[2] = {NULL, NULL};