1
1

Remove some old junk that is now outdated because cmd_line_param_t is

now an OBJ (and this stuff is handled in the destructor).  This fixes
bug 1018.

This commit was SVN r3178.
Этот коммит содержится в:
Jeff Squyres 2004-10-15 21:59:11 +00:00
родитель 5686df5a37
Коммит 3ddccde21f

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

@ -310,8 +310,6 @@ int ompi_cmd_line_parse(ompi_cmd_line_t *cmd, bool ignore_unknown,
"enough parameters (%d)",
cmd->lcl_argv[orig],
option->clo_num_params);
if (NULL != param->clp_argv)
ompi_argv_free(param->clp_argv);
OBJ_RELEASE(param);
i = cmd->lcl_argc;
break;