Skip to content

Commit 457da6d

Browse files
committed
ofi/common: remove dead code
as reported by coverity CID 1492853 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 17767a2 commit 457da6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ int opal_common_ofi_close(void)
238238
if (-1 != opal_common_ofi.output) {
239239
opal_output_close(opal_common_ofi.output);
240240
opal_common_ofi.output = -1;
241-
if (OPAL_SUCCESS != ret) {
242-
return ret;
243-
}
244241
}
245242

246243
return OPAL_SUCCESS;

0 commit comments

Comments
 (0)