1
1

No need to cast as the returned value is already in the

expected type.

This commit was SVN r11458.
Этот коммит содержится в:
George Bosilca 2006-08-28 04:10:43 +00:00
родитель 36be7bf204
Коммит 693c835137

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

@ -753,7 +753,7 @@ int orte_ras_base_node_segment_empty(bool *empty)
return ret;
}
*empty = opal_list_is_empty(&nodes) ? true : false;
*empty = opal_list_is_empty(&nodes);
/* Free the list */