From 2883adcdf37990f257e6c8bf18d8459dfd1eee52 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 3 Jul 2014 00:30:54 +0000 Subject: [PATCH] Remove useless variables. This commit was SVN r32123. --- ompi/mca/io/romio/romio/mpi-io/mpiu_external32.c | 1 - orte/runtime/orte_wait.c | 1 - 2 files changed, 2 deletions(-) diff --git a/ompi/mca/io/romio/romio/mpi-io/mpiu_external32.c b/ompi/mca/io/romio/romio/mpi-io/mpiu_external32.c index 3644717869..0f3a905369 100644 --- a/ompi/mca/io/romio/romio/mpi-io/mpiu_external32.c +++ b/ompi/mca/io/romio/romio/mpi-io/mpiu_external32.c @@ -120,7 +120,6 @@ fn_exit: int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size) { int error_code = MPI_SUCCESS; - MPI_Aint extent = 0; MPI_Aint true_extent = 0; MPI_Aint true_lb = 0; diff --git a/orte/runtime/orte_wait.c b/orte/runtime/orte_wait.c index 74e56fba56..b63d9c3c7b 100644 --- a/orte/runtime/orte_wait.c +++ b/orte/runtime/orte_wait.c @@ -107,7 +107,6 @@ static OBJ_CLASS_INSTANCE(orte_wait_tracker_t, /* Local Variables */ static opal_event_t handler; -static volatile int cb_enabled = true; static opal_list_t pending_cbs; /* Local Function Prototypes */