1
1

Merge pull request #3241 from rhc54/topic/cov

Silence coverity dead-code warning
Этот коммит содержится в:
Ralph Castain 2017-03-27 08:33:33 -07:00 коммит произвёл GitHub
родитель 71c9bc1f7e 583dbe954c
Коммит d782542c5c

Просмотреть файл

@ -1129,10 +1129,6 @@ void orte_odls_base_default_launch_local(int fd, short sd, void *cbdata)
ORTE_ACTIVATE_JOB_STATE(jobdat, ORTE_JOB_STATE_LOCAL_LAUNCH_COMPLETE);
ERROR_OUT:
if (NULL != effective_dir) {
free(effective_dir);
effective_dir = NULL;
}
/* ensure we reset our working directory back to our default location */
chdir(basedir);
/* release the event */