From c198fd2fd5a34c45e154e0d6fa86dd82714ed898 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 5 Aug 2006 10:43:54 +0000 Subject: [PATCH] Remove some unused variables / compiler warnings. This commit was SVN r11118. --- ompi/runtime/ompi_mpi_preconnect.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/runtime/ompi_mpi_preconnect.c b/ompi/runtime/ompi_mpi_preconnect.c index 201df30965..e0dd67f5b1 100644 --- a/ompi/runtime/ompi_mpi_preconnect.c +++ b/ompi/runtime/ompi_mpi_preconnect.c @@ -24,9 +24,7 @@ */ int ompi_init_do_preconnect(void) { - div_t result; int comm_size = ompi_comm_size(MPI_COMM_WORLD); - int comm_half; int my_rank = ompi_comm_rank(MPI_COMM_WORLD); int i, j, ret; struct ompi_request_t **requests;