1
1

oob/alps: remove comment with personal reference

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Этот коммит содержится в:
Howard Pritchard 2015-05-14 16:28:56 -06:00
родитель 8e30579e6e
Коммит 578430c36d

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

@ -156,16 +156,6 @@ static int component_available(void)
orte_common_alps_proc_in_pagg(&flag);
#if 0
/* HOWARD: This logic makes no sense to me. Regardless of
* the conditional, you *always* returned "flag". So why
* are you bothering to check anything else?
*/
if ((ORTE_SUCCESS == rc) && (ORTE_PROC_IS_APP)) {
return flag;
}
#endif
if (flag) {
opal_output_verbose(5, orte_oob_base_framework.framework_output,
"oob:alps: component_available called");