From 20d5c076383a902db4e8192c12ea48c8761df41d Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Sun, 27 Sep 2015 09:42:34 -0600 Subject: [PATCH] Fix CID 1312113: Logically dead code Removed logically dead code. Signed-off-by: Nathan Hjelm --- ompi/mpi/tool/mpit_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/mpi/tool/mpit_common.c b/ompi/mpi/tool/mpit_common.c index 98920aeb21d..158735cd707 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: