Silence coverity dead-code warning
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
b398d721d5
Коммит
583dbe954c
@ -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);
|
ORTE_ACTIVATE_JOB_STATE(jobdat, ORTE_JOB_STATE_LOCAL_LAUNCH_COMPLETE);
|
||||||
|
|
||||||
ERROR_OUT:
|
ERROR_OUT:
|
||||||
if (NULL != effective_dir) {
|
|
||||||
free(effective_dir);
|
|
||||||
effective_dir = NULL;
|
|
||||||
}
|
|
||||||
/* ensure we reset our working directory back to our default location */
|
/* ensure we reset our working directory back to our default location */
|
||||||
chdir(basedir);
|
chdir(basedir);
|
||||||
/* release the event */
|
/* release the event */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user