Skip to content

Commit 2b155c6

Browse files
authored
Merge pull request #10883 from hppritcha/fix_for_cid1492853
ofi/common: remove dead code
2 parents c408538 + 457da6d commit 2b155c6

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
@@ -239,9 +239,6 @@ int opal_common_ofi_close(void)
239239
if (-1 != opal_common_ofi.output) {
240240
opal_output_close(opal_common_ofi.output);
241241
opal_common_ofi.output = -1;
242-
if (OPAL_SUCCESS != ret) {
243-
return ret;
244-
}
245242
}
246243

247244
return OPAL_SUCCESS;

0 commit comments

Comments
 (0)