1
1

Remove the rest of the krft -- accidentally got left in when I "fixed"

the bug a little while ago :-)

This commit was SVN r1832.
Этот коммит содержится в:
Jeff Squyres 2004-08-02 02:51:39 +00:00
родитель cd8f550dc7
Коммит 952171f2bc

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

@ -186,9 +186,8 @@ void mca_base_component_repository_finalize(void)
technically an error). */
do {
changed = false;
for (item = ompi_list_get_first(&repository);
ompi_list_get_end(&repository) != item && changed; ) {
ompi_list_get_end(&repository) != item; ) {
ri = (repository_item_t *) item;
item = ompi_list_get_next(item);
OBJ_RELEASE(ri);