1
1

- the use_component function is always present independent of OMPI_WANT_LIBLTDL

This commit was SVN r15481.
Этот коммит содержится в:
Sven Stork 2007-07-18 14:25:51 +00:00
родитель 92fce998fe
Коммит a6d04c60b4

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

@ -712,6 +712,8 @@ static void free_dependency_list(opal_list_t *dependencies)
OBJ_DESTRUCT(dependencies);
}
#endif /* OMPI_WANT_LIBLTDL */
static bool use_component(const bool include_mode,
const char **requested_component_names,
const char *component_name)
@ -755,4 +757,3 @@ static bool use_component(const bool include_mode,
}
#endif /* OMPI_WANT_LIBLTDL */