1
1

Ensure pmix_cleanup finalizes the class system

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2018-05-04 06:22:36 -07:00
родитель c22c485837
Коммит 4ff61450a4

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

@ -51,11 +51,6 @@ extern bool pmix_init_called;
static void __pmix_attribute_destructor__ pmix_cleanup (void)
{
if (!pmix_initialized) {
/* nothing to do */
return;
}
/* finalize the class/object system */
pmix_class_finalize();
}