1
1

Remove silly compiler warning.

This commit was SVN r6998.
Этот коммит содержится в:
Jeff Squyres 2005-08-24 10:25:53 +00:00
родитель c62ce1593a
Коммит 9ee4c6de17

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

@ -37,7 +37,7 @@ int orte_rds_base_select(void)
opal_list_item_t *item;
mca_base_component_list_item_t *cli;
orte_rds_base_component_t *component;
orte_rds_base_module_t *module;
orte_rds_base_module_t *module = NULL;
/* Iterate through all the available components */