Skip to content

Commit d782542

Browse files
author
Ralph Castain
authored
Merge pull request #3241 from rhc54/topic/cov
Silence coverity dead-code warning
2 parents 71c9bc1 + 583dbe9 commit d782542

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

orte/mca/odls/base/odls_base_default_fns.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,6 @@ void orte_odls_base_default_launch_local(int fd, short sd, void *cbdata)
11291129
ORTE_ACTIVATE_JOB_STATE(jobdat, ORTE_JOB_STATE_LOCAL_LAUNCH_COMPLETE);
11301130

11311131
ERROR_OUT:
1132-
if (NULL != effective_dir) {
1133-
free(effective_dir);
1134-
effective_dir = NULL;
1135-
}
11361132
/* ensure we reset our working directory back to our default location */
11371133
chdir(basedir);
11381134
/* release the event */

0 commit comments

Comments
 (0)