From 40f7d054f2cdff81fbd075e62d92a8d6619b562a Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 11 Jul 2006 15:24:57 +0000 Subject: [PATCH] No more unused variables ... This commit was SVN r10735. --- ompi/mca/mtl/mx/mtl_mx_send.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ompi/mca/mtl/mx/mtl_mx_send.c b/ompi/mca/mtl/mx/mtl_mx_send.c index 9f61e89f65..5a36a138ab 100644 --- a/ompi/mca/mtl/mx/mtl_mx_send.c +++ b/ompi/mca/mtl/mx/mtl_mx_send.c @@ -40,7 +40,6 @@ ompi_mtl_mx_send(struct mca_mtl_base_module_t* mtl, size_t length; mx_status_t mx_status; uint32_t result; - uint32_t timeout = 1000; mca_mtl_mx_endpoint_t* mx_endpoint = (mca_mtl_mx_endpoint_t*) comm->c_pml_procs[dest]->proc_ompi->proc_pml;