diff --git a/ompi/mpi/tool/mpit_common.c b/ompi/mpi/tool/mpit_common.c index 98920aeb21..158735cd70 100644 --- a/ompi/mpi/tool/mpit_common.c +++ b/ompi/mpi/tool/mpit_common.c @@ -90,8 +90,6 @@ int ompit_opal_to_mpit_error (int rc) } switch (rc) { - case OPAL_SUCCESS: - return MPI_SUCCESS; case OPAL_ERR_OUT_OF_RESOURCE: return MPI_T_ERR_MEMORY; case OPAL_ERR_VALUE_OUT_OF_BOUNDS: